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