A CLI to automatically clone the Express API Starter or the Express API Starter with Typescript.
Create with JS:
npx create-express-api -d name-of-app
Create with Typescript:
npx create-express-api -t -d name-of-app
This will create a directory with the given name, clone the chosen repo into it, and install dependencies.