jsdoc-export-default-interop

v0.3.1
jsdoc-export-default-interop

build

npm run clean:dist && babel lib -d dist

build:dev

nodemon -w lib --exec "npm run clean:dist && babel lib -d dist"

clean

npm run clean:dist && npm run clean:coverage

clean:dist

rimraf dist

clean:coverage

rimraf coverage

coverage

npm run clean:coverage && babel-node node_modules/.bin/isparta cover --report lcov --report text --report html test/index.js

coveralls

cat ./coverage/lcov.info | coveralls

dev

nodemon --verbose -w lib -w test --exec "npm run -s lint && npm run build && npm run -s test:dev"

docs

jsdoc2md --conf docs/conf.json --src "lib/**/*.js" -t docs/README.md.hbs -d 2 --partial "./docs/partials/**/*.hbs" --separators -l JavaScript > README.md

lint

eslint lib

precommit

npm run docs

prepublish

in-publish && npm run build && npm run docs || not-in-publish

test

babel-node test/index.js

test:dev

npm run -s test | tap-spec
npm i jsdoc-export-default-interop

Metadata

  • MIT
  • Whatever
  • Nathan Marks
  • released 1/27/2016

Downloads

Maintainers