create-express-api
v3.0.1
Published
A CLI to automatically clone the Express API Starter
Readme
create-express-api
A CLI to automatically clone the Express API Starter or the Express API Starter with Typescript.
Usage
Create with JS:
pnpm dlx create-express-api@latest -d name-of-appCreate with Typescript:
pnpm dlx create-express-api@latest -t -d name-of-appThis will create a directory with the given name, clone the chosen repo into it, and install dependencies.
