Bowl
Bowl is a Mac/Linux controller for your Application. Write Ruby Code, put it into plug-in directory. Bowl automatically generate sample code and Web UI.
Installation
% gem install bowl
Usage
% bowl
or
% bowl --port 8901
=> start server - http://localhost:8901
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request