Merge pull request #27934 from minkimcello/mk/cli-templates

Declarative CLI Templates
This commit is contained in:
Patrik Oldsberg
2025-02-11 14:47:55 +01:00
committed by GitHub
162 changed files with 2544 additions and 3337 deletions
+11 -1
View File
@@ -6,6 +6,16 @@
"type": "git",
"url": "https://github.com/backstage/backstage"
},
"backstage": {
"cli": {
"new": {
"globals": {
"private": false,
"namePrefix": "@backstage/"
}
}
}
},
"workspaces": {
"packages": [
"packages/*",
@@ -33,7 +43,7 @@
"lint:docs": "node ./scripts/check-docs-quality",
"lint:peer-deps": "backstage-repo-tools peer-deps",
"lint:type-deps": "backstage-repo-tools type-deps",
"new": "backstage-cli new --scope backstage --baseVersion 0.0.0 --no-private",
"new": "backstage-cli new",
"prepare": "husky",
"prettier:check": "prettier --check .",
"prettier:fix": "prettier --write .",