Description:

Generates new set files in mods and matching specs.

Examples:

<%= banner_command %> generate set clothing type tshirt

This will create:

  mod/
    clothing/
      set/
        type/
          tshirt.rb
      spec/
        set/
          type/
            tshirt_spec.rb

<%= banner_command %> generate set clothing type_plus_right basic about tshirt

This will create:

  mod/
    clothing/
      set/
        type_plus_right/
          basic/
            tshirt.rb
      spec/
        set/
          type_plus_right/
            basic/
              tshirt_spec.rb