github backstage/backstage v0.47.1

latest releases: v1.27.0-next.1, v1.26.4, v1.27.0-next.0...
2 years ago

Hey, I just made a Pull Request!

Added a new Scaffolder Backend Yeoman module to allow for integration with Yeoman Generators. At the moment the only action added is 'run' to execute installed Yeoman Generator.

The Yeoman Generator can be either added as a dependency in package.json of a service that uses this plugin or installed in an environment using npm install -g https://github.com/org/generator-name.git

Tests for yeomanRun.ts were not added because 'yeoman'environment' module is exported in a way that does not allow partial mocking while '@types/yeoman-environment' does not support Yeoman 3.x, yet.

I also tested it E2E.

I did not add changeset since this is an initial commit for this module. Let me know if changeset is needed.

✔️ Checklist

  • A changeset describing the change and affected packages. (more info)
  • Added or updated documentation
  • Tests for new functionality and regression tests for bug fixes
  • Screenshots attached (for UI changes)
  • All your commits have a Signed-off-by line in the message. (more info)

Don't miss a new backstage release

NewReleases is sending notifications on new releases.