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