Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "api/registration/GeneratorRegistration"

Index

Type aliases

ProjectAction

ProjectAction<PARAMS>: (p: Project, pi: PARAMS & ParametersInvocation<PARAMS>) => Promise<void>

Action that executes after the project has been generated and pushed to the remote repository.

Type parameters

  • PARAMS

Type declaration

StartingPoint

StartingPoint<PARAMS>: Project | RemoteRepoRef | ((pi: PARAMS & CommandListenerInvocation<PARAMS>) => RemoteRepoRef | Project | Promise<Project>)

Starting point before transformation. Normally the coordinates of a seed project, but can also be an in memory project or a function that computes a RemoteRepoRef or Project from the parameters.

Type parameters

  • PARAMS

Generated using TypeDoc