https://github.com/hanami/hanami-view
Views, templates and presenters for Ruby web applications
https://github.com/hanami/hanami-view
Last synced: about 1 month ago
JSON representation
Views, templates and presenters for Ruby web applications
- Host: GitHub
- URL: https://github.com/hanami/hanami-view
- Owner: hanami
- License: mit
- Created: 2013-07-15T09:42:16.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2025-10-17T09:41:30.000Z (3 months ago)
- Last Synced: 2025-10-18T06:36:46.606Z (3 months ago)
- Language: Ruby
- Homepage: http://hanamirb.org
- Size: 1.44 MB
- Stars: 175
- Watchers: 26
- Forks: 78
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.dry-view.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Hanami::View
A view layer for [Hanami](http://hanamirb.org)
## Status
[](https://badge.fury.io/rb/hanami-view)
[](https://github.com/hanami/view/actions?query=workflow%3Aci+branch%3Amain)
## Contact
* 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
## Rubies
## Installation
Add this line to your application's Gemfile:
```ruby
gem "hanami-view"
```
And then execute:
```shell
$ bundle
```
Or install it yourself as:
```shell
$ gem install hanami-view
```
## Versioning
__Hanami::View__ uses [Semantic Versioning 2.0.0](http://semver.org)
## Contributing
1. Fork it
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
## Copyright
Copyright © 2014–2024 Hanami Team – Released under MIT License