Add screenshot to README.md & missing repository information in package.json

Signed-off-by: ivgo <ivgo@spreadgroup.com>
This commit is contained in:
ivgo
2023-02-02 14:08:50 +01:00
parent d34b3267f9
commit f92679c3c0
3 changed files with 7 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@
This plugin creates a new page in Backstage where the user can validate the entities.
![Entity Validation](./docs/entity-validation.png)
## Getting started
First of all, install the package in the `app` package by running the following command:
Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

+5
View File
@@ -12,6 +12,11 @@
"backstage": {
"role": "frontend-plugin"
},
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "plugins/entity-validation"
},
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",