Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (14 loc) · 1008 Bytes

package.md

File metadata and controls

27 lines (14 loc) · 1008 Bytes

NPM Packages

Build

Using babel 6 and "env" preset.

Testing

Using "mocha" for executing tests. the "mocha-lcov-reporter" is required to create the data needed by coverage analysis.

Coverage

Using "istanbul" and its command line client "nyc".

Babel support in nyc provided by `babel-plugin-istanbul".

Coverage data published to "coveralls" using "coveralls" plugin.

Documentation

Using "esdoc" for generating documentation. It requires the "esdoc-standard-plugin".

Misc

"rimraf" provides cross-platform rm -rf command.

"cross-env" permits the cross-platform setting of environment variables as part of a command.