Forrest logo
back to context overview

just-js

List of commands for just-js:

  • just-js:tldr:52d63 just-js: Initialize a new project in a directory of the same name.
    $ just init ${project_name}
    try on your machine
    explain this command
  • just-js:tldr:8134b just-js: Start a REPL (interactive shell).
    $ just
    try on your machine
    explain this command
  • just-js:tldr:d0822 just-js: Evaluate JavaScript code by passing it as an argument.
    $ just eval "${code}"
    try on your machine
    explain this command
  • just-js:tldr:ef45d just-js: Build a JavaScript application into an executable.
    $ just build ${filename-js} --static
    try on your machine
    explain this command
back to context overview