Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Custom Variable or Namespace for Ember.Application.create() #72

Open
RunnerRick opened this issue Jul 17, 2013 · 1 comment
Open

Comments

@RunnerRick
Copy link

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

@ryanflorence
Copy link
Owner

yeah, this has always been in the back of my head, to implement

  1. provide option to create
  2. save option to ember.json
  3. pass that to the templates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants