jscoverage(1)
NAME
jscoverage - Instrument JavaScript with code coverage information
SYNOPSIS
jscoverage [OPTION] SOURCE-DIRECTORY DESTINATION-DIRECTORY
DESCRIPTION
Copy JavaScript code from SOURCE-DIRECTORY to DESTINATION-DIRECTORY and
add code instrumentation.
OPTIONS
- --exclude=PATH
- do not copy PATH.
- --no-instrument=PATH
- copy but do not instrument PATH.
- -v, --verbose
- explain what is being done.
- -h, --help
- display this help and exit.
- -V, --version
- display version information and exit.
AUTHORS
- siliconforks.com