0.2.30 • Published 9 months ago

@k3tech/backstage-plugin-scaffolder-backend-module-parsings v0.2.30

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

Plugin for scaffolder backend parsings

The parsings module for @backstage/plugin-scaffolder-backend.

This package make you able to parse and extract from Yaml, Xml and Json formats.

Features

  • Parse Json from raw, base64, file and url sources.
  • Get Json results from multiple queries with Json Path-plus.
  • Parse and transform Yaml and Xml files to Json.

You can see all available examples here.

Get Started

just

yarn add @k3tech/backstage-plugin-scaffolder-backend-module-parsings

and import module on backend

packages/backend/src/index.ts

...
backend.add(import('@k3tech/backstage-plugin-scaffolder-backend-module-parsings'));

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

0.2.30

9 months ago

0.2.29

9 months ago

0.2.28

9 months ago

0.2.27

1 year ago

0.2.26

1 year ago

0.2.25

1 year ago

0.2.23

1 year ago

0.2.22

1 year ago

0.2.20

1 year ago

0.2.19

1 year ago

0.2.18

1 year ago

0.2.17

1 year ago

0.2.16

1 year ago

0.2.15

1 year ago

0.2.14

1 year ago

0.2.12

1 year ago

0.2.11

1 year ago

0.2.6

1 year ago

0.2.5

1 year ago