2016.2.2 • Published 9 years ago

generator-tsnode v2016.2.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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-tsc to typescript@1.8.*
  • Now npm run build will 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 es6 to es5

2015.12.21

  • Exclude ignore /dist
  • Separated modules.json
  • Build change from tsconfig.json to using gulpfile.js

2015.12.20

  • Source code improved

2015.12.18

  • First release
2016.2.2

9 years ago

2016.1.25

9 years ago

2015.12.31

10 years ago

2015.12.21

10 years ago

2015.12.20

10 years ago

2015.12.18

10 years ago