Backstage
    Preparing search index...
    • Downloads a skeleton, templates variables into file and directory names and content. Then places the result in the workspace, or optionally in a subdirectory specified by the 'targetPath' input option.

      Parameters

      Returns TemplateAction<
          {
              cookiecutterCompat?: boolean;
              copyWithoutRender?: string[];
              copyWithoutTemplating?: string[];
              lstripBlocks?: boolean;
              replace?: boolean;
              targetPath?: string;
              templateFileExtension?: string
              | boolean;
              token?: string;
              trimBlocks?: boolean;
              url: string;
              values?: Record<string, any>;
          },
          { [key: string]: any },
          "v2",
      >