wren-cli

Simple REPL and CLI tool for running Wren scripts

brewmacoslinux
Try with needOr install directly
Source

About

Simple REPL and CLI tool for running Wren scripts

Commands

wren

Examples

Start an interactive Wren REPL$ wren
Execute a Wren script file$ wren script.wren
Run Wren code directly from command line$ wren -c 'System.print("Hello, Wren!")'