-
Notifications
You must be signed in to change notification settings - Fork 118
Consider template hierarchies as a way to scale to more templates #167
Comments
+1, I think grouping the templates into categories will help the users digest the templates we have available, and more easily choose between two templates in a category. |
I started implementing #167. Am I moving in the right direction? I changed cli_app.dart and stagehand.dart to utilize args.Command's subcommand capabilities. The following shows resulting usage outputs:
|
Hey Damon, sorry for the delay and thanks for reaching out. This is slightly different than I was thinking. I was envisioning still having one id for an app type, but that the id would help categorize apps. So, |
Related discussion over here: https://github.com/google/stagehand/issues/192. |
Thank you @devoncarew for your helpful feedback. I will look for other ways to help where I can. |
Done - the new template id's are:
|
+1 |
The basic idea would be to group templates under categories (web, console, etc) and then provide variations underneath. For example:
web-basic
web-polymer
console-basic
console-package
...
If a variation isn't specified the minimal/basic template is defaulted to.
IDEs could show these groupings hierarchically (e.g., in a tree):
web/
basic
polymer
...
console/
basic
...
(Or not.)
The text was updated successfully, but these errors were encountered: