create-express-api-ts
v1.1.0
Published
A CLI to automatically clone the Express API Starter TS
Downloads
3
Readme
create-express-api
A CLI to automatically clone the Express API Starter TS.
Usage
# with npx
npx create-express-api-ts name-of-app
This will create a directory with the given name, clone the express-api-starter-ts repo into it, and install dependencies.
This repo is a fork of create-express-api