clubexpr
v0.6.11
Published
Expressions and utilities for the Club of Expressions
Downloads
9
Readme
node-clubexpr
Expressions and utilities for the Club of Expressions.
Build
npm run build-demo
builds the old list of expressions with their properties (thedemo.js
file at the root of the project).npm run build-react-demo
builds the shiny react demo (seereact
dir).
Test, bump version and publish
npm run test
npm version patch
npm login # if needed
npm publish