1.0.6 • Published 7 years ago

generator-express-ts v1.0.6

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

generator-express-ts

NPM version NPM downloads

Yeoman generator for creating an application using Express and TypeScript.

Installation

First, install Yeoman and generator-express-ts using npm (we'll assume you have pre-installed node.js).

npm install -g yo typescript
npm install -g generator-express-ts

Then generate your new project:

yo express-ts

After generating your project, cd into it, compile TypeScript files into JavaScript files:

tsc

After everything is finished, run your project:

node app/bin/www.js --harmony

Getting To Know Yeoman

Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to learn more about him.

License

MIT © infeng

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago