A command line tool for the Wren programming language
The CLI project is a small and simple REPL and CLI tool for running Wren scripts. It is backed by libuv to implement IO functionality, and is a work in progress.
The CLI project is a small and simple REPL and CLI tool for running Wren scripts. It is backed by libuv to implement IO functionality, and is a work in progress.
To install wren-cli, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install wren-cli
To see what files were installed by wren-cli, run:
port contents wren-cli
To later upgrade wren-cli, run:
sudo port selfupdate && sudo port upgrade wren-cli
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.