velitherm

v1.2.0
Basic Thermodynamics Equations for Soaring Flight (from velivole.fr/meteo.guru)
velivole weather soaring paraligindg sailplane thermodynamics thermal

test

mocha

test:cpp

g++ -Iinclude -o test/test_cc test/test.cc && test/test_cc

build

tsc -p tsconfig.cjs.json && tsc -p tsconfig.es.json && cat src/index.ts | ts-node src/gen_cpp.ts > include/velitherm.h

doc

documentation readme --section=API --parse-extension ts src/index.ts

lint

eslint src/*.ts test/*.ts

c8

npx c8 mocha

lcov

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

codecov

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

preversion

npm run lint && npm run test

version

npm run doc && npm run build && git add package.json README.md

postversion

git push && git push --tags
npm i velitherm

Metadata

Downloads

Maintainers