A CLI to automatically clone the Node Express API Starter.
Install the CLI globally OR use npx:
# with npm
npm install -g create-node-express-api
# with yarn
yarn global add create-node-express-api
# with global install
create-node-express-api name-of-app
This will create a directory with the given name, clone the Node Express API starter repo into it, and install dependencies.