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