hanami-view/README.md

54 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

# Hanami::View
2016-03-27 12:33:08 +00:00
A view layer for [Hanami](http://hanamirb.org)
2016-03-27 10:37:00 +00:00
## Version
**This branch contains the code for `hanami-view` 2.x.**
## Status
2019-01-29 23:00:52 +00:00
[![Gem Version](https://badge.fury.io/rb/hanami-view.svg)](https://badge.fury.io/rb/hanami-view)
[![CI](https://github.com/hanami/view/workflows/ci/badge.svg?branch=main)](https://github.com/hanami/view/actions?query=workflow%3Aci+branch%3Amain)
[![Test Coverage](https://codecov.io/gh/hanami/view/branch/main/graph/badge.svg)](https://codecov.io/gh/hanami/view)
[![Depfu](https://badges.depfu.com/badges/7cd17419fba78b726be1353118fb01de/overview.svg)](https://depfu.com/github/hanami/view?project=Bundler)
[![Inline Docs](http://inch-ci.org/github/hanami/view.svg)](http://inch-ci.org/github/hanami/view)
2019-01-29 23:00:52 +00:00
## Contact
2019-01-29 23:00:52 +00:00
* 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://rdoc.info/gems/hanami-view
* Bugs/Issues: https://github.com/hanami/view/issues
* Chat: http://chat.hanamirb.org
## Rubies
__Hanami::view__ supports Ruby (MRI) 3.0+
## Installation
Add this line to your application's Gemfile:
```ruby
2022-09-16 15:35:29 +00:00
gem "hanami-view"
```
And then execute:
```shell
$ bundle
```
Or install it yourself as:
```shell
$ gem install hanami-view
```
2019-01-29 23:00:52 +00:00
2020-01-04 22:44:08 +00:00
## License
2019-01-29 23:00:52 +00:00
2020-01-04 22:44:08 +00:00
See `LICENSE` file.