Utilize built-in prompts and globals for user-specified prompts
Signed-off-by: Min Kim <minkimcello@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user