A view layer for Hanami
- Home page: http://hanamirb.org
- Community: http://hanamirb.org/community
- Guides: https://guides.hanamirb.org
- Mailing List: http://hanamirb.org/mailing-list
- API Doc: http://rubydoc.info/gems/hanami-view
- Chat: http://chat.hanamirb.org
Hanami::View supports Ruby (MRI) 3.1+
Add this line to your application's Gemfile:
gem "hanami-view"
And then execute:
$ bundle
Or install it yourself as:
$ gem install hanami-view
Hanami::View uses Semantic Versioning 2.0.0
- 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
Copyright © 2014–2024 Hanami Team – Released under MIT License