0.1.2 • Published 8 years ago
generator-tnblues-tsnode v0.1.2
GENERATOR-TNBLUES-TSNODE
A Yeoman generator that scaffolds a simple Node.js (server-side) project for TypeScript support.
Features
- Ready-to-go support for TypeScript core features.
- (Optional) Ready-to-go support for Mocha test specs and Chai assertions. Also includes Istanbul test coverage.
- (Optional) Ready-to-go support for Visual Studio Code TypeScript debugging.
- Ready-to-go support for build, clean, watch, and nodemon support using Gulp.
Get Started
- Clone the repo.
- Navigate to the repo root.
npm install
gulp
Gulp Tasks
Clean
Cleans out the ./build directory.
gulp clean
Build
Builds the TypeScript project. Uses tsconfig.json to control TypeScript compile options.
gulp build
Test
Runs the Mocha test specs in the ./test directory.
gulp test
0.1.2
8 years ago