transform-clump

v1.0.5
A transform stream that returns clumps of data.
clump stream transform

lint

jshint ./lib/*.js ./test/*.js index.js

test-spec

npm run lint && NODE_ENV=test mocha -b --reporter spec

test-cov

npm run lint && NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec

test-coveralls

npm run lint && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

test

npm run test-coveralls
npm i transform-clump

Metadata

  • MIT
  • >= 0.10.0
  • Tane Morgan
  • released 3/13/2015

Downloads

Maintainers