Sha256: 82d9fb0b165e7a242d14ad05044382c9aa6105b90ed3c480e84a530275838fc2
Contents?: true
Size: 1.45 KB
Versions: 1
Compression:
Stored size: 1.45 KB
Contents
# Yaks::Syro [](https://rubygems.org/gems/yaks-syro) [](https://travis-ci.org/sagmor/yaks-syro) [](https://codeclimate.com/github/sagmor/yaks-syro/coverage) [](https://codeclimate.com/github/sagmor/yaks-syro) [](http://inch-ci.org/github/sagmor/yaks-syro) [Syro](http://soveran.github.io/syro/) integration for [Yaks](https://github.com/plexus/yaks). ## Usage Add this line to your application's Gemfile: ```ruby gem 'yaks-syro' ``` Configure your app: ```ruby class MyApp < Syro::Deck include Jaks::Syro configure_yaks do # Configure Yaks here end end app = Syro.new(MyApp) { on('posts') { get { # Render your yaks mappers yaks PostsRepository.all } } } ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/sagmor/yaks-syro. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yaks-syro-0.1.0 | README.md |