1.0.1-alpha.2 • Published 3 years ago
grp-plugin-test v1.0.1-alpha.2
backstage-plugins-poc
A basic Backstage plugin
Quickstart
To create your own Backstage plugin and publish it to Artifactory, follow these steps:
- Click "Use this template" 
- Create the repository in your team's organization 
- Develop your plugin (See "Plugin Development") 
- Run - yarn packageto build your plugin
- Update the publish config in - package.json:
"publishConfig": {
  "registry": "https://gapinc.jfrog.io/artifactory/api/npm/npm-repos/"
}- Run yarn publishto publish your plugin to Artifactory