Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 833 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 833 Bytes

Cyrax Build Status 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 4:

gem 'cyrax', '~> 0.7.6'

Rails 3:

gem 'cyrax', '~> 0.3.8'

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.