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