@k3tech/backstage-plugin-scaffolder-backend-module-parsings
v0.2.30
Published
The actions module for parse, stringify and quering data from json, yaml and xml.
Downloads
6
Readme
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
fromraw
,base64
,file
andurl
sources. - Get
Json
results from multiple queries withJson Path-plus
. - Parse and transform
Yaml
andXml
files toJson
.
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