projen icon indicating copy to clipboard operation
projen copied to clipboard

projen new: interactively ask for required options

Open joostvdwsd opened this issue 4 years ago • 4 comments

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.

joostvdwsd avatar Mar 14 '21 18:03 joostvdwsd

The idea I had was something like this:

@default #Specify your team name

This would generate a cli input line with the specified question

joostvdwsd avatar Mar 18 '21 15:03 joostvdwsd

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.

github-actions[bot] avatar Jun 30 '21 10:06 github-actions[bot]

Closing this issue as it hasn't seen activity for a while. Please add a comment @mentioning a maintainer to reopen.

github-actions[bot] avatar Jul 08 '21 01:07 github-actions[bot]

Prior Art:

https://github.com/projen/projen/pull/2926 https://github.com/projen/projen/pull/2975

mrgrain avatar Apr 22 '25 11:04 mrgrain