Susanoo
Susanoo is a meta framework to create and develop hybrid mobile applications.
By using Susanoo you will work in a familiar environment especially if you are a Ruby developer.
Susanoo uses Apache Cordova.
Installation
Add Susanoo to your Gemfile:
gem 'susanoo'
And then execute:
$ bundle
Or install it using the command line:
$ gem install susanoo
Usage
TODO: Write usage instructions here
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
Credit
Susanoo is maintained and funded by Yellowen. Whenever a code snippet is borrowed or inspired by an existing code, we try to credit the original developer/designer in our source code. Let us know if you think we have missed to do this.
License
Copyright © 2014 Yellowen. It is free software, and may be redistributed under the terms specified in the LICENSE file.