anakzr / backstage-plugin-library-check

Check the status of project libraries based on main registries.
https://www.npmjs.com/package/@anakz/backstage-plugin-library-check
MIT License
21 stars 8 forks source link
backstage developer-experience dx idp platform-tools plugin tooling

Backstage.io Library Check Plugin

This plugin helps you explore project dependency libraries by offering insights and visualizing current, latest, and upcoming versions for your entire organization.

Initial support:

Descriptor Files Language Package Registry Status
package.json JavaScript, TS npm βœ…
requirements.txt Python PyPI βœ…
*.csproj C# Nuget βœ…
composer.json PHP Packagist βœ…
pom.xml, build.gradle Java Maven πŸ‘©πŸ»β€πŸ’»
go.mod Go pkg.go.dev ❌
CMakeLists.txt, conanfile.txt C++ Conan ❌
pubspec.yaml Dart pub.dev ❌
Cargo.toml Rust Crates.io ❌
package.swift Swift Swift Package Index ❌
mix.exs Elixir Hex.pm ❌
package.yaml Haskell Hackage ❌
Gemfile Ruby RubyGems ❌

If you have any suggestions for files/languages, please feel welcome to file an issue. πŸ™‚

Key Features

  1. List of Entity Libraries:

    • Interface to easily list the entity libraries in use.
  2. Summary Overview:

    • Presents a summary of library usage, emphasizing the expected next version (when provided by registry)
  3. Automated Registry Verification:

    • Streamlines the verification process against relevant registries.
  4. Smooth Integration:

    • Integrates seamlessly with the Backstage.io platform, enhancing overall project management and development environment.
  5. Code Occurrences:

    • Search for occurrences of the library in project files (initial support only for GitHub Code Search) ⚠️

Setup

Find installation instructions in our documentation.

Examples

Entity libraries list:

Libraries list

Libraries list

Libraries list

Libraries list

Libraries overview

License

This library is under the MIT license.

Issues

Please feel free to report any issues via github issues page.

Future work

Please see the next features planned here.