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.
See the official docs.
package.json
- used for publishing the interpreter as npm package.src/index.ts
- the entry point of the command line interface (CLI).