https://github.com/k-phoen/backstage-plugin-codemods
https://github.com/k-phoen/backstage-plugin-codemods
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/k-phoen/backstage-plugin-codemods
- Owner: K-Phoen
- License: mit
- Created: 2023-01-23T23:38:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T17:42:52.000Z (over 2 years ago)
- Last Synced: 2024-10-29T22:57:02.110Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Codemods plugin for Backstage
Codemods are an automated way to _modify code_.
They can be a great tool for recurring tasks as well as applying a change on a
large number of code bases:- updating dependencies
- changing code owners
- applying a migration/refactoring
- …This plugin brings codemods to [Backstage](https://backstage.io/), allowing
codemods to be formally defined as Backstage entities and applied to any
software entity in its catalog.## Setup
Find [installation instructions](./docs/index.md#installation) in our documentation.
## Usage
TBD
## License
This library is under the [MIT](LICENSE) license.