boa_runtime

Runtime environment for executing JavaScript code with the Boa engine

cargomacoslinuxwindows
Try with needOr install directly
Source

About

Example runtime for the Boa JavaScript engine.

Commands

boa

Examples

Execute a JavaScript file$ boa script.js
Run JavaScript code directly from command line$ boa -c "console.log('Hello, World!')"
Start interactive REPL mode$ boa