TurborepoResource
Handle
interface TurborepoResource extends IResource { addApp( name: string, filter?: string): TurborepoAppResource; withBun(install?: boolean): TurborepoResource; withNpm(install?: boolean): TurborepoResource; withPackageManagerLaunch(packageManager?: string): TurborepoResource; withPnpm(install?: boolean): TurborepoResource; withYarn(install?: boolean): TurborepoResource;} 6 members
Methods
addApp( name: string, filter?: string): TurborepoAppResourceParameters
name string filter string optional Returns
TurborepoAppResource withBun(install?: boolean): TurborepoResourceParameters
install boolean optional = False Returns
TurborepoResource withNpm(install?: boolean): TurborepoResourceParameters
install boolean optional = False Returns
TurborepoResource Configures the Turborepo workspace to use the specified JavaScript package manager when starting apps.
withPackageManagerLaunch(packageManager?: string): TurborepoResourceParameters
packageManager string optional Returns
TurborepoResource withPnpm(install?: boolean): TurborepoResourceParameters
install boolean optional = False Returns
TurborepoResource withYarn(install?: boolean): TurborepoResourceParameters
install boolean optional = False Returns
TurborepoResource