Skip to content

browserify v2 plugin that allows you to instrument your source using istanbul

License

Notifications You must be signed in to change notification settings

fdecampredon/istanbulify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Istanbulify

browserify v2 plugin that allows you to instrument your source using istanbul

Instalation:

npm install istanbulify

Usage:

To instrument your source during the browserify bundling simply use the -toptions of browserify passing istanbulify as argument:

browserify -t istanbulify myfile.js > bundle.js

Ignoring 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.

About

browserify v2 plugin that allows you to instrument your source using istanbul

Resources

License

Stars

Watchers

Forks

Packages

No packages published