es6-node-boilerplate icon indicating copy to clipboard operation
es6-node-boilerplate copied to clipboard

A boilerplate to author, then transpile, Node libraries in ES6.

Results 3 es6-node-boilerplate issues
Sort by recently updated
recently updated
newest added

This should use Yeoman //cc @megawac

enhancement

Regardless of whether tests pass the task will exit with a status code 0. Verified by cloning and adding the following test ``` js expect(false).to.be.ok; ```

bug