@tduniec/plugin-template-designer 0.1.7 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,13 +39,13 @@ Checkout the video!
|
|
|
39
39
|
From your Backstage root directory
|
|
40
40
|
|
|
41
41
|
```bash
|
|
42
|
-
yarn add --cwd packages/app @
|
|
42
|
+
yarn add --cwd packages/app @tduniec/plugin-template-designer
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
In packages/app/src/App.tsx:
|
|
46
46
|
|
|
47
47
|
```tsx
|
|
48
|
-
import { TemplateDesignerPage } from "@
|
|
48
|
+
import { TemplateDesignerPage } from "@tduniec/plugin-template-designer";
|
|
49
49
|
|
|
50
50
|
const routes = (
|
|
51
51
|
<FlatRoutes>
|
|
@@ -72,7 +72,7 @@ import { SidebarItem } from "@backstage/core-components";
|
|
|
72
72
|
|
|
73
73
|
Visit your local Backstage instance:
|
|
74
74
|
|
|
75
|
-
http://localhost:
|
|
75
|
+
http://localhost:3000/template-designer
|
|
76
76
|
|
|
77
77
|
Create and connect nodes, adjust properties, and export your flow as a JSON file.
|
|
78
78
|
You can also open an existing template file, modify it visually, and save your changes.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tduniec/plugin-template-designer",
|
|
3
3
|
"description": "Template Designer turns blank Backstage YAML into a storyboard-like canvas, guiding anyone through drag-and-drop scaffolder authoring before ever touching code. Rally non-experts, broadcast best practices, and accelerate template launches directly inside Backstage.",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.2.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"backstage",
|