mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
adds USAGE to the generator generator USAGE (not sure this meta thing is any good at 8:12 AM with little coffee)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Description:
|
||||
Stubs out a new generator at lib/generators. Pass the generator name, either
|
||||
CamelCased or under_scored, as an argument.
|
||||
Stubs out a new generator at lib/generators. Pass the generator name as an argument,
|
||||
either CamelCased or snake_cased, as an argument.
|
||||
|
||||
Example:
|
||||
`rails generate generator Awesome`
|
||||
@@ -8,4 +8,5 @@ Example:
|
||||
creates a standard awesome generator:
|
||||
lib/generators/awesome/
|
||||
lib/generators/awesome/awesome_generator.rb
|
||||
lib/generators/awesome/USAGE
|
||||
lib/generators/awesome/templates/
|
||||
|
||||
Reference in New Issue
Block a user