PnpmInstaller.

Install(PnpmInstallSettings) Method

Summary

Installs all dependencies of the project in the current working directory. When executed inside a workspace, installs all dependencies of all projects.
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm.Install
Containing Type
PnpmInstaller

Syntax

public void Install(PnpmInstallSettings settings)

Parameters

Name Type Description
settings PnpmInstallSettings The settings.

Return Value

Type Description
void