Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 459 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 459 Bytes

ddd_domain

Gem Version

Installation

Add to your Gemfile:

gem "ddd_domain", "~> 1.3" # for rails 7.x
gem "ddd_domain", "~> 1.2" # for rails 6.x
gem "ddd_domain", "~> 1.1" # for rails 5.2.x

Run the bundle command to install.

USAGE

$ rails g domains [new_domain_name]

LICENSE

This project rocks and uses MIT-LICENSE.