Skip to content

Scott-Lyons/generator-typescript-karma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published