@oat-sa/tao-extension-release

v1.1.0
Helps you to release TAO extensions

lint

eslint index.js "src/**/*.js" "tests/**/test.js"

test

tape "tests/**/test.js" | tap-diff || true

test:cov

nyc npm test

test:dev

nodemon -e js --watch tests --watch src --delay 1 --exec npm run test

test:unit

tape "tests/unit/**/test.js" | tap-diff || true

test:integ

tape "tests/integration/**/test.js" | tap-diff || true

test:cov:html

nyc report --reporter=lcov && open-cli coverage/lcov-report/index.html
npm i @oat-sa/[email protected]

Metadata

  • MIT
  • Whatever
  • Bertrand Chevrier
  • released 1/17/2020

Downloads