@kpdecker/linoleum-node
v2.2.0
Published
Shared javascript build and testing infrastructure
Readme
Linoleum-Node
Node build infrastructure for Linoleum projects.
Usage
Within Gulpfile.js:
require('@kpdecker/linoleum');
require('@kpdecker/linoleum-node');Defines:
babeltask which compiles Node sources using Babeltest:mochatask which runs Node tests without coverage instrumentation.cover:mochatask which runs in-process Node coverage tests.
