@typescope/jo
v0.12.1
Published
Installer and npm launcher for the Jo compiler
Readme
@typescope/jo
npm installer and launcher for the Jo compiler.
npm install -g @typescope/jo
jo --versionThe package version matches the Jo compiler version. During postinstall, the
package downloads the matching Jo release from jo-lang.org/versions.jsonl,
verifies its SHA256 checksum, and installs it under:
~/.jo/compilers/<version>/npm owns the jo command shim. The shim delegates to the installed compiler at
~/.jo/compilers/<version>/bin/jo; it does not write ~/.local/bin/jo.
Jo currently supports Linux and macOS. Java and tar must be available on
PATH.
