@oat-sa/tao-calculator

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

lint

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

test

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

build

rollup --config ./rollup.config.js

format

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

test:cov

npm test -- --coverage

test:watch

npm test -- --watch

build:watch

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

test:update

npm test -- --updateSnapshot

coverage:html

open-cli .coverage/lcov-report/index.html

prepublishOnly

npm run build
npm i @oat-sa/[email protected]

Metadata

  • GPL-2.0
  • Whatever
  • Unknown
  • released 2/14/2023

Downloads