A CLI to automatically clone the Express API Starter.
Install the CLI globally OR use npx:
# with npm
npm install -g create-rexpress-api
# 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.