-
- Downloads
fix: fixed various issues with commands and namespaces
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 38 additions, 0 deletionsGemfile.lock
- README.md 6 additions, 15 deletionsREADME.md
- lib/generators/nexus_cqrs/command_generator.rb 10 additions, 0 deletionslib/generators/nexus_cqrs/command_generator.rb
- lib/generators/nexus_cqrs/templates/command.rb 1 addition, 1 deletionlib/generators/nexus_cqrs/templates/command.rb
- lib/generators/nexus_cqrs/templates/command_handler.rb 1 addition, 1 deletionlib/generators/nexus_cqrs/templates/command_handler.rb
- lib/generators/nexus_cqrs/templates/query.rb 1 addition, 1 deletionlib/generators/nexus_cqrs/templates/query.rb
- lib/generators/nexus_cqrs/templates/query_handler.rb 1 addition, 1 deletionlib/generators/nexus_cqrs/templates/query_handler.rb
- lib/generators/nexus_cqrs/templates/register_cqrs_handlers.rb 9 additions, 0 deletions...generators/nexus_cqrs/templates/register_cqrs_handlers.rb
- lib/nexus_cqrs.rb 11 additions, 0 deletionslib/nexus_cqrs.rb
- lib/nexus_cqrs/command_executor.rb 7 additions, 2 deletionslib/nexus_cqrs/command_executor.rb
- lib/nexus_cqrs/helpers.rb 1 addition, 1 deletionlib/nexus_cqrs/helpers.rb
- lib/nexus_cqrs/version.rb 1 addition, 1 deletionlib/nexus_cqrs/version.rb
- nexus_cqrs.gemspec 0 additions, 3 deletionsnexus_cqrs.gemspec
Gemfile.lock
0 → 100644
lib/nexus_cqrs.rb
0 → 100644
Please register or sign in to comment