generate-express-typescript-api
v2.3.0
Published
[![npm version](https://badge.fury.io/js/generate-express-typescript-api.svg)](https://badge.fury.io/js/generate-express-typescript-api)
Downloads
15
Maintainers
Readme
⚡ generate-express-typescript-api
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.