An open API service indexing awesome lists of open source software.

https://github.com/k-phoen/backstage-plugin-codemods


https://github.com/k-phoen/backstage-plugin-codemods

Last synced: 6 months ago
JSON representation

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.