istanbul-systemjs

0.1.2 • Public • Published

istanbul-systemjs

Build Status

Usage

Install via npm:

$ npm install istanbul-systemjs
var jspm = require('jspm'),
	istanbulSystemJs = require('istanbul-systemjs');

var System = istanbulSystemJs.getInstrumentedLoader(new jspm.Loader());

System.load(...);

Development

If you want to make changes to istanbul-systemjs, clone the repo and install dependencies.

$ git clone git@github.com:tkuminecz/istanbul-systemjs.git
$ cd istanbul-systemjs
$ npm install

Tests

$ npm test

Readme

Keywords

none

Package Sidebar

Install

npm i istanbul-systemjs

Weekly Downloads

1

Version

0.1.2

License

MIT

Last publish

Collaborators

  • tkuminecz