@k3tech/backstage-plugin-scaffolder-backend-module-plus
v1.5.7
Published
The plus module for @backstage/plugin-scaffolder-backend
Downloads
106
Readme
Plugin for scaffolder backend plus
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.
Get Started
just
yarn add @k3tech/backstage-plugin-scaffolder-backend-module-plus
and 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