Utilize built-in prompts and globals for user-specified prompts

Signed-off-by: Min Kim <minkimcello@gmail.com>
This commit is contained in:
Min Kim
2024-09-27 17:59:29 -04:00
parent ce4dcd91ae
commit e0262f6775
2 changed files with 77 additions and 4 deletions
@@ -3,6 +3,11 @@ description: A new web-library package, exporting shared functionality for front
template: ../web-library-package
targetPath: packages
prompts:
- id: test
prompt: Test prompt
default: test-default
- id
- id: another-id
prompt: Provide another id
default: another-id-example
validate: backstage-id
- id: private
prompt: Would you like for this package to be private?
type: confirm