kode3tech / k3t-backstage-plugin-scaffolder-backend-module-plus

0 stars 0 forks source link

migrate to the new backend #1

Closed nia-potato closed 1 month ago

nia-potato commented 4 months ago

Hi @alansferreira thanks for the great plugin, i was wondering if we can migrate to the new backend?

alansferreira commented 2 months ago

Hi, @nia-potato, i think yes, I'm little busy in last days. i will open discussion with our team.

alansferreira commented 1 month ago

Hi, @nia-potato! I hope you fine! We release a new version 1.5.6, compatible with new backend architecture.

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

nia-potato commented 1 month ago

Thanks!