-
Notifications
You must be signed in to change notification settings - Fork 3
Switch to Yeoman instead of git clone for creating add-on template? #14
Comments
Agreed thta something like yeoman is also possible. but if we are doing that, why not fix jpm init? (If have tried yeoman in the past and not liked it very much. I am somewhat reliously against question wizards, and tend to yes my way out of them hating them the whole time. I might be weird in that. I would rather edit it all in the file.) |
I like |
Briefly looked into In fact, I ran
|
The main thing I dislike about |
Peeps, I am still not convinced that all the machinery of either Yo or Ember new are worth it, but I will eat some project init's and see how it goes :) I really like the desire here to make project init into an awesome process, but I am not sure what the solution to that is. |
Would having a 'stable' tag or 'release' or something reduce the fear of getting random / bad versions of the tempate? |
Another thing to potentially look at is create-react-app. Notably:
|
Not sure if it'd be better to use something like https://www.npmjs.com/package/yo and a custom generator to create a template rather than the current
git clone
approach, which brings in some unwanted keys and files.I guess it'd depend on whether we could hide the "yo" and generator approach instead of expecting users to globally install a few more dependencies.
But the bright side is that we may be able to prompt users for information (such as versions, author name, repo, etc) rather than having convoluted global defaults.
The text was updated successfully, but these errors were encountered: