istanbulify
v0.1.0
Published
Simple transform command to instrument your source with istanbul using browserify
Downloads
294
Readme
Istanbulify
browserify v2 plugin that allow you to instrument your source using istanbul
Instalation:
npm install istanbulifyUsage:
To instrument your source during the browserify bundling simply use the -toptions of browserify passing istanbulify as argument:
browserify -t istanbulify myfile.js > bundle.jsIgnoring files :
To ignore a file during bundling add a block comments containing /* istanbulify ignore file */ in your file.
Credits:
The code of this module has been greatly inspired by coffeify.
