@oat-sa/tao-calculator

v0.7.1
A calculator's engine for TAO
TAO calculator

dev

rollup --config ./sandbox/rollup.config.js --watch

lint

prettier --ignore-path .eslintignore --check --plugin-search-dir=. . && eslint --ignore-path .eslintignore .

test

jest --config=./jest.config.cjs

build

rollup --config ./rollup.config.js

format

prettier --ignore-path .eslintignore --write --plugin-search-dir=. .

prepare

npm run build

test:cov

npm test -- --coverage

test:watch

npm test -- --watch

build:watch

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

lint:report

eslint --ignore-path .eslintignore --output-file eslint_report.json --format json .

test:update

npm test -- --updateSnapshot

coverage:html

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

coverage:clover

nyc report -r clover
npm i @oat-sa/tao-calculator

Metadata

  • GPL-2.0
  • >=14.0.0
  • Unknown
  • released 5/14/2024

Downloads