generator-ts-express

* 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

Usage no npm install needed!

<script type="module">
  import generatorTsExpress from 'https://cdn.skypack.dev/generator-ts-express';
</script>

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

  1. Globally install this generator: npm install -g generator-ts-express
  2. From the root of your new project, run yo ts-express (NOTE: run yo ts-express --help for options)