0.1.0 • Published 2 years ago

create-ts-express-app v0.1.0

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

create-ts-express-app

npm_version npm_license

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