https://github.com/iij/mbuild
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/iij/mbuild
- Owner: iij
- License: mit
- Created: 2014-03-11T14:11:46.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-18T09:34:44.000Z (about 11 years ago)
- Last Synced: 2025-01-29T00:30:43.764Z (3 months ago)
- Language: Ruby
- Size: 180 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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