Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "api-helper/project/withProject"

Index

Type aliases

ProjectAwareGoalInvocation

Type providing access to the GoalInvocation, Project and running child process in the context of the project.

Functions

doWithProject

pagiExec

  • pagiExec(p: GitProject): (cmd: string, args?: string | string[], opts?: SpawnSyncOptions) => Promise<ExecPromiseResult>
  • Return exec function for project-aware goal invocations.

    Parameters

    • p: GitProject

    Returns (cmd: string, args?: string | string[], opts?: SpawnSyncOptions) => Promise<ExecPromiseResult>

      • (cmd: string, args?: string | string[], opts?: SpawnSyncOptions): Promise<ExecPromiseResult>
      • Parameters

        • cmd: string
        • Optional args: string | string[]
        • Optional opts: SpawnSyncOptions

        Returns Promise<ExecPromiseResult>

pagiSpawn

toProjectAwareGoalInvocation

Generated using TypeDoc