express-starter-kit
v1.1.4
Published
A CLI to automatically clone the Express API Starter
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-kitUsage
# with global install
express-starter-kit name-of-app
# with npx
npx express-starter-kit name-of-appThis will create a directory with the given name, clone the Express Starter Kit repo into it, and install dependencies.
