0.1.4 • Published 8 years ago

generator-express-typescript v0.1.4

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

generator-express-typescript

Yeoman generator for express.js projects written in TypeScript.

What's in the box

This generator creates project with some fancy tools onboard:

  1. Express.js - simple nodejs web framework
  2. TypeScript - strongly-typed version of ES6
  3. tsd - tool for managing TypeScript definitions for JS libraries
  4. grunt or gulp - build tool
  5. Dockerfile - to run your project as a Docker container (optional)

Getting Started

First, install yeoman (if you haven't already)

$ npm install -g yo

To install generator-express-typescript from npm, run:

$ npm install -g generator-express-typescript

Finally, initiate the generator and answer some simple questions:

$ yo express-typescript

Notice, that you should have either grunt or gulp installed globally before launching this generator

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago