README
start-express
A CLI to automatically clone the Start Express Repo.
Installation
Install the CLI globally OR use npx:
npm install -g start-express
Usage
# with global install
start-express name-of-app
# with npx
npx start-express name-of-app
This will create a directory with the given name, clone the Start Express Repo repo into it, and install dependencies.