AwesomePrintLite
This gem exists to provide basic https://github.com/michaeldv/awesome_print (from which large portions of code were taken) type functionality for opalrb.org apps, particularly opal-irb, as such I've named it awesome_print_lite. It need not limited to opal apps only, though I'm not sure why one would use it over awesome_print if not using it in opal.
As such, this is basically a port of awesome_print to run on oapl
Porting Consideratinos
- Mutable strings not supported in Opal
- Now Thread in Opal
- No access to filesystem, and similar
Installation
Add this line to your application's Gemfile:
gem 'awesome_print_lite'
And then execute:
$ bundle
Or install it yourself as:
$ gem install awesome_print_lite
Usage
TODO: Write usage instructions here
Contributing
- Fork it ( https://github.com/[my-github-username]/awesome_print_lite/fork )
- 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 a new Pull Request