binding

v3.0.3
Still under development. It is not yet mature. Thank you for your understanding!
es7 binding

compile

babel -d lib/ src/ --no-comments

cdn

node cdn/generator.js

prepublish

npm run compile && npm run cdn

start

node server

pretest

npm run compile

test

babel-node node_modules/.bin/babel-istanbul cover node_modules/.bin/_mocha -- test/*spec.js

coverage

istanbul cover _mocha -- --ui bdd -R spec -t 5000;open ./coverage/lcov-report/index.html

cover

babel-node node_modules/.bin/babel-istanbul cover node_modules/.bin/_mocha

coveralls

npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls

docgen

documentation build src/** -f html -o docs
npm i binding

Metadata

  • MIT
  • Whatever
  • Abdennour TOUMI
  • released 6/8/2017

Downloads

Maintainers