0.6.4 • Published 1 year ago
@jvalue/jayvee-interpreter v0.6.4
Interpreter
Run the interpreter locally
Build the interpreter:
npx nx run interpreter:buildSee Usage for how to use the interpreter. Replace jv with node dist/apps/interpreter/main.js when running the commands.
Global installation
See the official docs.
Important project files
package.json- used for publishing the interpreter as npm package.src/index.ts- the entry point of the command line interface (CLI).