@k3tech/backstage-plugin-scaffolder-backend-module-parsings
v0.2.38
Published
The actions module for parse, stringify and quering data from json, yaml and xml.
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
Jsonfromraw,base64,fileandurlsources. - Get
Jsonresults from multiple queries withJson Path-plus. - Parse and transform
YamlandXmlfiles toJson.
You can see all available examples here.
Get Started
just
yarn add @k3tech/backstage-plugin-scaffolder-backend-module-parsingsand 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
