run-express-api
v1.0.2
Published
A CLI to automatically clone the Express API Starter
Readme
run-express-api
A CLI to automatically clone the Express API Starter.
Installation
Install the CLI globally OR use npx:
npm install -g run-express-apiUsage
# with global install
run-express-api name-of-app
# with npx
npx run-express-api name-of-appThis will create a directory with the given name, clone the express API starter repo into it, and install dependencies.
