chore: moving the routeRefs to the new scaffolder-react package

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-12-20 16:40:32 +01:00
parent 8ba579e8bd
commit 31f32bbebc
29 changed files with 160 additions and 22 deletions
+14
View File
@@ -0,0 +1,14 @@
# Scaffolder React
WORK IN PROGRESS
This is shared code of the frontend part of the default Scaffolder plugin.
It will implement the core API for working with the Scaffolder, and
supplies components that can be reused by third-party plugins.
## Links
- [Frontend part of the plugin](https://github.com/backstage/backstage/tree/master/plugins/scaffolder)
- [Backend part of the plugin](https://github.com/backstage/backstage/tree/master/plugins/scaffolder-backend)
- [The Backstage homepage](https://backstage.io)