README
Typescript Express API App Generator
- Typescript 2.0
- Express 4.x with
openapi-router
- Code formatting with Prettier and TSLint
- Unit testing with Mocha and Chai
- Code coverage with NYC
How To:
Run this generator
- Globally install this generator:
npm install -g generator-ts-express
- From the root of your new project, run
yo ts-express
(NOTE: runyo ts-express --help
for options)