Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 461 Bytes

File metadata and controls

24 lines (16 loc) · 461 Bytes

ddd_domain

Gem Version

Installation

Add to your Gemfile:

gem "ddd_domain", "~> 1.5" # for rails 8.1.x
gem "ddd_domain", "~> 1.4" # for rails 8.0.x
gem "ddd_domain", "~> 1.3" # for rails 7.x

Run the bundle command to install.

USAGE

$ rails g domains [new_domain_name]

LICENSE

This project rocks and uses MIT-LICENSE.