iravench/ruby_cqrs

View on GitHub
README.md

Summary

Maintainability
Test Coverage
[![Gem Version](https://badge.fury.io/rb/ruby_cqrs.svg)](http://badge.fury.io/rb/ruby_cqrs) [![Build Status](https://travis-ci.org/iravench/ruby_cqrs.svg?branch=master)](https://travis-ci.org/iravench/ruby_cqrs) [![Code Climate](https://codeclimate.com/github/iravench/ruby_cqrs/badges/gpa.svg)](https://codeclimate.com/github/iravench/ruby_cqrs) [![Test Coverage](https://codeclimate.com/github/iravench/ruby_cqrs/badges/coverage.svg)](https://codeclimate.com/github/iravench/ruby_cqrs)

# RubyCqrs

A Ruby implementation of CQRS, using event sourcing. go wiki cqrs for more information.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'ruby_cqrs'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install ruby_cqrs

## Usage
refer to bellow spec for how to use this gem in your code
https://github.com/iravench/ruby_cqrs/blob/master/spec/feature/basic_usage_spec.rb

## Contributing

1. Fork it ( https://github.com/iravench/ruby_cqrs/fork )
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 a new Pull Request