2.3.0 • Published 4 years ago

generate-express-typescript-api v2.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

⚡ generate-express-typescript-api

npm version

NodeJS CLI to generate Express API running TypeScript out of the box 📦.

Installation

Install the CLI globally:

$ npm install -g generate-express-typescript-api

⚠️ NOTE: If you're running Linux/MacOS, use sudo when installing the cli globally


Usage

# with global install
$ generate-express-typescript-api my-awesome-api

# with npx
$ npx generate-express-typescript-api my-awesome-api

This will clone this boilerplate repo into a new directory with the given name.

2.3.0

4 years ago

2.2.0

4 years ago

2.1.3

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago