@jvalue/jayvee-interpreter
v0.6.3
Published
Interpreter for .jv files
Downloads
947
Readme
Interpreter
Run the interpreter locally
Build the interpreter:
npx nx run interpreter:build
See 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).