binary-data-types

v0.1.0
Binary data types.
binary data types

lint

jshint index.js && jshint test

test

nyc --require=esm ./node_modules/mocha/bin/_mocha test --recursive -R dot

test-esm

nyc ./node_modules/mocha/bin/_mocha test --esm --require=esm --recursive -R dot

test-min

node ./node_modules/mocha/bin/_mocha test --min --recursive -R dot

test-cjs

node ./node_modules/mocha/bin/_mocha test --cjs --recursive -R dot

test-umd

node ./node_modules/mocha/bin/_mocha test --umd --recursive -R dot

test-dist

npm run test-esm && npm run test-min && npm run test-cjs && npm run test-umd

doc

jsdoc index.js -d docs -r README.md -t node_modules/docdash

build

npm run lint && rollup --config && npm run test-dist && npm run test
npm i binary-data-types

Metadata

  • MIT
  • Whatever
  • Rafael S. Rocha
  • released 6/27/2018

Downloads

Maintainers