packages/cli: move config loading to separate config-loader package

This commit is contained in:
Patrik Oldsberg
2020-06-03 14:37:22 +02:00
parent 70c442e8f3
commit ff9aa28301
11 changed files with 151 additions and 11 deletions
+12
View File
@@ -0,0 +1,12 @@
# @backstage/config-loader
This package provides config loading functionality used by the backend, and CLI.
## Installation
Do not install this package directly, it is an internal package used by [@backstage/cli](https://www.npmjs.com/package/@backstage/cli), and [@backstage/backend-common](https://www.npmjs.com/package/@backstage/backend-common). Depend on either of those instead.
## Documentation
- [Backstage Readme](https://github.com/spotify/backstage/blob/master/README.md)
- [Backstage Documentation](https://github.com/spotify/backstage/blob/master/docs/README.md)