create-express-typescript
v1.0.0
Published
Simple CLI tool to clone and automatically install dependencies for Express Typescript starter package
Downloads
17
Maintainers
Readme
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.