Skip to content
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

feat(new): interactive prompt for missing information on project creation #2975

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mrgrain
Copy link
Contributor

@mrgrain mrgrain commented Oct 9, 2023

Fixes #613

Features:

  • ❓ Interactively prompt users for missing information during project creation with projen new
  • πŸ’» Automation friendly by auto-detecting interactive environments
  • πŸ… New @prompt doctag to customize queries, allow prompting for optional values

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@codecov-commenter
Copy link

Codecov Report

Attention: 21 lines in your changes are missing coverage. Please review.

Comparison is base (f2f9f55) 96.44% compared to head (8021639) 96.39%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2975      +/-   ##
==========================================
- Coverage   96.44%   96.39%   -0.06%     
==========================================
  Files         183      183              
  Lines       34215    34244      +29     
  Branches     3162     3162              
==========================================
+ Hits        32999    33009      +10     
- Misses       1216     1235      +19     
Files Coverage Ξ”
src/cli/util.ts 71.73% <27.58%> (-20.33%) ⬇️

... and 1 file with indirect coverage changes

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@mrgrain mrgrain mentioned this pull request Oct 9, 2023
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

projen new: interactively ask for required options
2 participants