projen new: interactively ask for required options
Sometimes there are properties mandatory for a project type without the posibility for auto lookup. In that case it would be great to have projen ask for the configuration option through the CLI.
I know i've been asking a couple of idea's for the "new" concept. This is one of the few sections of projen without the posibility of customization. Having a more customizable bootstrap would also be great. Also I don't mind sending some pr's but before I do stuff I think its nice to know if the idea's are welcome and will fit within the future idea of projen.
The idea I had was something like this:
@default #Specify your team name
This would generate a cli input line with the specified question
This issue is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon.
Closing this issue as it hasn't seen activity for a while. Please add a comment @mentioning a maintainer to reopen.
Prior Art:
https://github.com/projen/projen/pull/2926 https://github.com/projen/projen/pull/2975