1.0.6 • Published 9 years ago
generator-typescript-karma v1.0.6
generator-typescript-karma
Creates a basic project using the karma runner to test code written in typescript using systemjs
Yeoman Generator
To install the generator run:
$ npm install -g generator-typescript-karma
Then to use the generator run:
$ yo typescript-karma
Running tests
At the command prompt type:
$ gulp test
This will run through all karma tests currently in the project.
Development
Lite server and typescript watch compilation has been included. At the command line type:
$ gulp develop
This will start the server running and watch for changes.