SkillAgentSearch skills...

Istanbulify

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

Install / Use

/learn @fdecampredon/Istanbulify
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated7y ago
Forks4

Languages

JavaScript

Security Score

75/100

Audited on Jun 23, 2018

No findings