gdal-exprtk

v2.0.0
ExprTk.js plugin for gdal-async
gdal exprtk async

test

mocha

build

npm run build:lib && npm run build:doc

build:lib

npx yatag

build:doc

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

install

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

c8

npx c8 mocha

lcov

npx c8 report --reporter=text-lcov > coverage/tests.lcov

gcov

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

codecov

curl -s https://codecov.io/bash | bash

preversion

npm run build:lib && npm run test

version

npm run build:doc && git add package.json README.md index.d.ts

postversion

git push && git push --tags && node ./scripts/publish-packages.js
npm i gdal-exprtk

Metadata

Downloads

Maintainers