infestines

v0.4.11-0
A minimalistic library to support writing FP libraries
internal

bench

NODE_ENV=production node --expose-gc bench/bench.js

dist

rollup -c && cp dist/infestines.js docs/

docs

klipse-github-docs-generator

lint

eslint src test

prepare

npm run lint && npm run docs && npm run dist && npm run test

report-coverage

nyc report --reporter=lcov > coverage.lcov && codecov

test

nyc mocha && nyc report -r html mocha

watch

concurrently "npm run watch:dist" "npm run watch:docs" "npm run watch:test"

watch:dist

watch-run -d 50 -i -p 'src/**/*.js' npm run dist

watch:docs

watch-run -d 50 -i -p '*.md' npm run docs & livereload docs & wait

watch:test

watch-run -d 50 -p 'dist/infestines.cjs.js,test/**/*.js' npm run test

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 9/10/2018

Downloads

Maintainers