Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 532 Bytes

File metadata and controls

24 lines (14 loc) · 532 Bytes

ExpressionCompiler

Expression/script to javascript compiler. See readme for expression-compiler npm package for more info

Publishing

... manually increase version or .. npm version ... npx nx build @devhelpr/expression-compiler

cd dist/expression-compiler npm publish --access public (login to npm first.. "npm login")

new publishable library

npx nx g @nrwl/react:library exprcomp --publishable --importPath @devhelpr/exprcomp

todo

  • add types (no more any)
  • add tests