create-ts-express-api
v1.1.0
Published
A CLI to automatically clone the Express API Starter
Readme
create-ts-express-api
A CLI to automatically clone the Express API Starter.
Installation
Install the CLI globally OR use npx:
npm install -g create-ts-express-apiUsage
# with global install
create-ts-express-api name-of-app
# with npx
npx create-ts-express-api name-of-appThis will create a directory with the given name, clone the express API starter repo into it, and install dependencies.
