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