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

[Feature] Generate blueprints #66

Closed
4 tasks
thomassnielsen opened this issue Apr 19, 2015 · 2 comments
Closed
4 tasks

[Feature] Generate blueprints #66

thomassnielsen opened this issue Apr 19, 2015 · 2 comments

Comments

@thomassnielsen
Copy link
Contributor

This is a pretty big one, with many steps. Checkboxes for broad strokes:

  • Figure out how the UI should work
  • Figure out a way to list available blueprints (addons may add more)
  • Implement MVP (pick blueprint, textfield for arguments)
  • Implement full UI
@stefanpenner
Copy link

Figure out a way to list available blueprints (addons may add more)

we should add ember help --json to ember-cli so tooling can consume. This help printing internals should actually just start using the JSON format, and passing it off to a humanized printer to emit the current stuff, and the raw for --json

@thomassnielsen
Copy link
Contributor Author

@stefanpenner do you think it is possible to implement this with an addon first, or should one look directly at implementing it in ember-cli? Trying to assess the scope of this.

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

No branches or pull requests

3 participants