1.0.6 • Published 10 years ago

generator-typescript-karma v1.0.6

Weekly downloads
23
License
-
Repository
github
Last release
10 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

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago