1.0.0 • Published 3 years ago

@xrenegade100/create-express-api-ts v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

create-express-api-ts

A CLI to automatically clone the Express API Starter Typescript.

Installation

Install the CLI globally OR use npx:

npm install -g @xrenegade100/create-express-api-ts

Usage

# with global install
@xrenegade100/create-express-api-ts name-of-app
# with npx
npx @xrenegade100/create-express-api-ts name-of-app

This will create a directory with the given name, clone the Express API Starter Typescript. repo into it, and install dependencies.

Credits

This project is a fork of create-express-api.