@backstage-community/plugin-scaffolder-backend-module-annotator
Version:
The annotator module for @backstage/plugin-scaffolder-backend
25 lines (19 loc) • 665 B
JavaScript
;
var yaml = require('yaml');
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
var yaml__default = /*#__PURE__*/_interopDefaultCompat(yaml);
const examples = [
{
description: "Template Example for annotating a catalog entity with the template entity reference",
example: yaml__default.default.stringify({
steps: [
{
action: "catalog:scaffolded-from",
name: "Annotate catalog-info.yaml with template entityRef."
}
]
})
}
];
exports.examples = examples;
//# sourceMappingURL=createScaffoldedFromAction.examples.cjs.js.map