An open API service indexing awesome lists of open source software.

https://github.com/iij/mbuild


https://github.com/iij/mbuild

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Mbuild

mruby and mrbgem build tool

## Installation

$ gem install mbuild

## Usage

$ cd path/to/work/dir
$ mbuild -a

## Contributing

1. Fork it ( https://github.com/iij/mbuild/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request