2.2.0 • Published 8 years ago

@kpdecker/linoleum-node v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

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 Babel
  • test:mocha task which runs Node tests without coverage instrumentation.
  • cover:mocha task which runs in-process Node coverage tests.