Reputation: 95
Is there any way which can allow us to create our own generator?
Example: ember generate "customized_generator"
Upvotes: 0
Views: 60
Reputation: 6577
ember generate blueprint foo
See the official documentation for more information: http://ember-cli.com/extending/#generators-and-blueprints
Upvotes: 1