create-ts-express-app
v0.1.0
Published
A CLI Tool to generate a express web app or api with typescript support
Downloads
2
Readme
create-ts-express-app
Getting started
Install create-ts-express-app
globally
npm install --global create-ts-express-app
# then run the command
create-ts-express-app
Or just use npx:
npx create-ts-express-app
About this project
A CLI Tool to generate a express web app or api with typescript support.
This is almost the same as the create-react-app
command from Facebook.
But then for generating a new express app to improve the speed of your workflow.
Features
- Generate an api or a web app
- Uses Test Driven Development
- Full typescript support (TDD)
- Clean architecture