0.0.2 • Published 5 years ago

type-express v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

express-ts

Command line for creating simple Express.js apps with TypeScript inspired by express application generator

getting started

installation

npm

npm i -g type-express

yarn

yarn global add type-express

express-ts app-name cd app-name

run yarn or npm i

this will a create an express app with typescript with pug as a default template engine

TODO

  • add support for install deps
  • add support for different template engines
  • better error handling