Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/cli/invocation/command/generator/bootstrapGenerators"

Index

Functions

Object literals

Functions

nodeGenerator

  • nodeGenerator(name: string, startingPoint: RemoteRepoRef, transforms?: Array<CodeTransform<any>>, ...tags: string[]): GeneratorRegistration<NodeProjectCreationParameters>

Object literals

Const superforkGenerator

superforkGenerator: object

Creates a new repo based on the content of an existing repo without making any changes

name

name: string = "superfork"

startingPoint

  • startingPoint(params: object & CommandListenerInvocation<object>): GitHubRepoRef

transform

  • transform(p: Project): Promise<Project>

parameters

parameters: object

owner

owner: object

description

description: string = "GitHub owner"

repo

repo: object

description

description: string = "GitHub repo"

Generated using TypeDoc