1.0.0 • Published 4 years ago

create-express-typescript v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

create-express-typescript 📦

A CLI Tool to automatically clone the Express API Typescript.

Installation 🔥

Install the CLI globally OR use npx:

npm install -g create-express-typescript

Usage 🚀

# with global install
create-express-typescript your-app-name

# with npx
npx create-express-typescript your-app-name

This will create a directory with the given name, clone the repo into it, and install all dependencies and you're good to go.