Skip to content

v0.0.1

Compare
Choose a tag to compare
@hone hone released this 27 Jul 22:49
· 69 commits to master since this release

This is the first release of mruby-cli hot, fresh, and ready for Burlington Ruby and eurucamp.

This first release enables you to generate a new mruby-cli skeleton app to bootstrap a CLI and then compile 32 & 64 bit binaries for Linux, OS X, and Windows. You'll find a mruby-cli binary for Linux, OSX, and Windows from below, as well as Docker and docker-compose.

$ mruby-cli --setup hello_world
$ cd hello_world
$ docker-compose run compile
$ docker-compose run shell
root@3da278e931fc:/home/mruby/code# mruby/build/host/bin/hello_world
Hello World

Thanks

Thank you to Matz and the rest of the mruby contributors for all your help and work.