README
Yeoman Generator for Node Application
npm install -g generator-tsnode
mkdir your-project
cd your-project
yo tsnode
Update log
2016.2.2
- Using typescript 1.8 AMD, System.js
outFile - Changed typescript compile
gulp-tsctotypescript@1.8.* - Now
npm run buildwill make 3 type module files (AMD, System.js, Common.js)
2016.1.25
- Change module dialog
2015.12.31
- Remove
use strict - Change typescript target from
es6toes5
2015.12.21
- Exclude ignore
/dist - Separated
modules.json - Build change from
tsconfig.jsonto usinggulpfile.js
2015.12.20
- Source code improved
2015.12.18
- First release