1.0.6 • Published 9 years ago

generator-typescript-karma v1.0.6

Weekly downloads
23
License
-
Repository
github
Last release
9 years ago

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.

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago