Skip to content

droidlabs/cyrax

Repository files navigation

Cyrax Rspec Code Climate

Cyrax is microframework to build layered architecture, one of the core concepts of Domain Driven Design

Installation

Add this line to your Gemfile.

Rails 5:

gem 'cyrax', '~> 0.9.0'

Rails 4:

gem 'cyrax', '~> 0.5.0'

Usage

Look at example folder.

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

Thanks for using Cyrax!

Hope, you'll enjoy Cyrax!

Cheers, Droid Labs.