Cqrs::Generators

Adds simple generators to create CQRS commands and queries.

Installation

Add this line to your application's Gemfile:

gem 'cqrs-generators'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install cqrs-generators

Usage

To create commands and/or queries use:

$ cqrs:command CommandName
$ cqrs:query QueryName

Contributing

Bug reports and pull requests are welcome at https://gitlab.nexdev.uk/pub/cqrs-generators.