You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While App is the usual name used for the Ember.Application instance, it would be nice if the developer could specify a different name and/or namespace for the Ember.Application.
Usage could be something like ...
ember create --ns MyApp ember create --ns MyNamespace.MyApp
The text was updated successfully, but these errors were encountered:
While
App
is the usual name used for the Ember.Application instance, it would be nice if the developer could specify a different name and/or namespace for the Ember.Application.Usage could be something like ...
ember create --ns MyApp
ember create --ns MyNamespace.MyApp
The text was updated successfully, but these errors were encountered: