@oat-sa/tao-core-sdk

v1.19.1
Core libraries of TAO
tao core sdk fe frontend

test

npx qunit-testrunner

build

rollup --config ./build/rollup.config.js

prepare

npm run build

coverage

nyc report

lint:src

eslint -c .eslintrc.js src

test:cov

npm run build:cov && npx qunit-testrunner --cov

test:dev

NODE_ENV=development run-p test:keepAlive build:watch

build:cov

rollup --config ./build/rollup.config.js --environment COVERAGE

build:dev

NODE_ENV=development npm run build:watch

lint:test

eslint -c .eslintrc.js test

build:watch

rollup --config ./build/rollup.config.js --watch

lint:report

eslint -c .eslintrc.js --output-file eslint_report.json --format json . | true

coverage:html

nyc report --reporter=lcov && open-cli coverage/lcov-report/index.html

test:keepAlive

npx qunit-testrunner --keepalive

coverage:clover

nyc report --reporter=clover
npm i @oat-sa/[email protected]

Metadata

Downloads