create-express-typescript
v1.0.0
Published
Simple CLI tool to clone and automatically install dependencies for Express Typescript starter package
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-typescriptUsage 🚀
# with global install
create-express-typescript your-app-name
# with npx
npx create-express-typescript your-app-nameThis will create a directory with the given name, clone the repo into it, and install all dependencies and you're good to go.
