The plus module for scaffolder-backend.
This package make you able to execute multiples parameters with an single call and extra features.
You can see all available examples here.
just
yarn add @k3tech/backstage-plugin-scaffolder-backend-module-plusand import module on backend
packages/backend/src/index.ts
...
backend.add(import('@k3tech/backstage-plugin-scaffolder-backend-module-plus'));you can check if all actions and examples in is ready on http://localhost:3000/create/actions
This plugin was created through the Backstage CLI