nexus_domain_events

Ruby based domain eventing tools

Installation

Add this line to your application's Gemfile:

gem 'nexus_domain_events'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install nexus_domain_events

Usage

Development

To contribute to this gem, simple clone the repository, run bundle install and run tests:

```shell script bundle exec rspec bundle exec rubocop


## Releasing

The release process is tied to the git tags. Simply creating a new tag and pushing will trigger a new release to rubygems.