1.0.0 • Published 5 months ago

create-ex-ts v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

create-ex-ts

A CLI tool to quickly scaffold a minimal Express TypeScript backend server.

Features

  • Express with TypeScript configuration
  • Simple project structure
  • Development mode with hot reload using nodemon

Usage

# Using npm
npm create ex-ts

# Using npx
npx create-ex-ts

Follow the prompts to configure your project:

  • Project folder name
  • Package name

Project Structure

my-express-app/
├── src/
│   └── index.ts
├── .gitignore
├── package.json
└── tsconfig.json

Scripts

  • npm run dev - Start development server with hot reload using nodemon
  • npm run build - Build for production
  • npm start - Run production server

License

MIT

1.0.0

5 months ago