
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 machineexplain this command
-
just-js:tldr:8134b just-js: Start a REPL (interactive shell).$ justtry on your machineexplain this command
-
just-js:tldr:d0822 just-js: Evaluate JavaScript code by passing it as an argument.$ just eval "${code}"try on your machineexplain this command
-
just-js:tldr:ef45d just-js: Build a JavaScript application into an executable.$ just build ${filename-js} --statictry on your machineexplain this command