System Grab Bag

View all TLDR pages from Linux (or from all pages)

just

A V8 JavaScript runtime for Linux. More information: https://github.com/just-js/just.
  • Start a REPL (interactive shell):
    just
  • Run a JavaScript file:
    just {{path/to/file.js}}
  • Evaluate JavaScript code by passing it as an argument:
    just eval "{{code}}"
  • Initialize a new project in a directory of the same name:
    just init {{project_name}}
  • Build a JavaScript application into an executable:
    just build {{path/to/file.js}} --static

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.