Skip to main content

createRunYeomanAction()

Home > @backstage/plugin-scaffolder-backend-module-yeoman > createRunYeomanAction

Creates a run:yeoman Scaffolder action.

Signature:

function createRunYeomanAction(): import("@backstage/plugin-scaffolder-node").TemplateAction<{
namespace: string;
args?: string[] | undefined;
options?: JsonObject | undefined;
}, JsonObject>;

Returns:

import("@backstage/plugin-scaffolder-node").TemplateAction<{ namespace: string; args?: string[] | undefined; options?: JsonObject | undefined; }, JsonObject>

Remarks

See https://yeoman.io/ and https://backstage.io/docs/features/software-templates/writing-custom-actions.