Reorganize code

Signed-off-by: Min Kim <minkimcello@gmail.com>
This commit is contained in:
Min Kim
2024-12-10 19:39:16 -05:00
parent d71e11faa2
commit 4bfe2110fd
5 changed files with 317 additions and 223 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export default [
target: '@backstage/cli/templates/alpha/default-node-plugin-package.yaml',
},
{
id: 'frontend-plugion', // changed from 'plugin'
id: 'frontend-plugin', // changed from 'plugin'
target: '@backstage/cli/templates/alpha/default-plugin.yaml',
},
{
@@ -8,6 +8,3 @@ prompts:
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