exprtk.js

v2.0.0
JS Mathematical Expression Toolkit Library
node.js math multithreading

doc

documentation readme --section=API --config=documentation.yml src/*.cc lib/binding.js

gcov

mkdir -p coverage && cd coverage && gcov -o ../build/Debug/obj.target/exprtk.js/src ../src/*

lint

clang-format -i src/*.cc src/*.h && eslint lib/*.js test/*.js bench/*.js scripts/*.js

test

mocha

bench

node bench/bench.js

codecov

cd coverage && curl -s https://codecov.io/bash | bash

install

node-pre-gyp install --fallback-to-build

version

git add package.json

preversion

npm run lint && npm run test && npm run doc && git add README.md

postversion

git push && git push --tags && node ./scripts/publish-packages.js

Metadata

  • ISC
  • Whatever
  • Momtchil Momtchev
  • released 2/14/2022

Downloads

Maintainers