@oat-sa/tao-extension-release

v2.6.4
Helps you to release TAO extensions

lint

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

test

npm run test:integ && npm run test:unit

test:cov

npm run test:unit -- --coverage

test:dev

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

test:unit

jest tests/unit --config=./jest.config.js

test:integ

jest tests/integration --config=./jest.config.js --runInBand

lint:report

npm run lint -- --output-file eslint_report.json --format json

test:cov:html

open-cli coverage/lcov-report/index.html
npm i @oat-sa/tao-extension-release

Metadata

  • MIT
  • >=14.0.0
  • Bertrand Chevrier
  • released 9/12/2024

Downloads