create-api-rest-express-db
v1.0.0
Published
A CLI to automatically clone the [Express API Starter](https://github.com/iwfet/express-api-rest-starter) or the [Express API Starter with Typescript](https://github.com/iwfet/express-api-rest-starter).
Downloads
2
Readme
create-api-rest-express-db
A CLI to automatically clone the Express API Starter or the Express API Starter with Typescript.
Usage
Create with JS:
npx create-api-rest-express-db -d name-of-app
Create with Typescript:
npx create-api-rest-express-db -t -d name-of-app
This will create a directory with the given name, clone the chosen repo into it, and install dependencies.