Parfuemerie-Douglas / scaffolder-backend-module-azure-repositories

A collection of Backstage scaffolder backend modules for Azure repositories.
https://www.npmjs.com/package/@parfuemerie-douglas/scaffolder-backend-module-azure-repositories
Apache License 2.0
9 stars 21 forks source link

Provide module for the new backend system #32

Open VeithBuergerhoff opened 1 month ago

VeithBuergerhoff commented 1 month ago

I am using a version of this code locally, so I might as well upstream this.

The new backend system is released and production ready. Modules are partially documented here.

Further documentation on plugins can be found here.

This PR simply wraps the actions in a call to createBackendModule and provides them with values from the dependency system.

The actions are still exported as before, so it should not break existing code, given they meet the dependency requirements.