dhawalBhanushali
dhawalBhanushali

Reputation: 95

How to create an Ember Cli generator?

Is there any way which can allow us to create our own generator?

Example: ember generate "customized_generator"

Upvotes: 0

Views: 60

Answers (1)

locks
locks

Reputation: 6577

ember generate blueprint foo

See the official documentation for more information: http://ember-cli.com/extending/#generators-and-blueprints

Upvotes: 1

Related Questions