0.6.3 • Published 8 months ago

@jvalue/jayvee-interpreter v0.6.3

Weekly downloads
-
License
-
Repository
github
Last release
8 months ago

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).