boa_runtime

Test and run JavaScript code with the Boa engine runtime.

cargomacoslinuxwindows
Try with needOr install directly
Source

About

Example runtime for the Boa JavaScript engine.

Commands

boa

Examples

run a javascript file$ boa script.js
execute javascript code from command line$ boa -c "console.log('hello world')"
start interactive javascript interpreter$ boa
test javascript engine compatibility$ boa test.js
debug javascript by running with verbose output$ boa --debug script.js