-
Notifications
You must be signed in to change notification settings - Fork 27
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
Command-line arguments for all options #13
Comments
Hi, this is a cool idea. Currently it's not possible but I'll leave that idea open in case someone wants to implement this. |
Hi @IObert, I've created a possible solution for this issue. You can view the changes here. What I didYou can now call the generator with command line args for every option, for example like this:
As every option is provided the generator will run without prompting anything. If an option is missing yeoman will show a prompt for the missing option(s). Further improvements
Please have a look at my implementation and the further improvements I suggest and let me know if I should proceed. Thanks and best regards |
Thanks for your PR! Also, I have one more question about the original issue. @simenlf Did you want to call |
Love the application. Well done!
Is it possible for you to add command-line arguments for all options in the generator, so that I can run it without user interaction at all? This works for some, but all the options i think?
Thank you
The text was updated successfully, but these errors were encountered: