start-express-cli
v1.1.1
Published
A CLI command to automatically create Express basic api
Readme
start-express
A CLI to automatically clone the Start Express Repo
Installation
You can install the express-cli project globally OR use npx for one time installation:
npm install -g start-express-cli
- with global install
start-express name-of-app
- with npx
npx start-express name-of-app
This will create a directory with the given name, clone the Start Express Repo repo into it, and then install its dependencies.
