express-starter-app
v1.0.1
Published
A CLI to automatically clone the Express API Starter
Downloads
3
Readme
express-starter-app
A CLI to automatically clone the Express Starter Kit.
Installation
Install the CLI globally OR use npx:
npm install -g express-starter-app
Usage
# with global install
express-starter-app name-of-app
# with npx
npx express-starter-app name-of-app
This will create a directory with the given name, clone the Express Starter Kit repo into it, and install dependencies.