PnpmRemoveAliases.

PnpmRemove(ICakeContext, string, Action<PnpmRemoveSettings>) Method

Summary

Remove package using the settings returned by a configurator.
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm
Containing Type
PnpmRemoveAliases

Syntax

public static void PnpmRemove(this ICakeContext context, string packageName, Action<PnpmRemoveSettings> configurator)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.
packageName string Package name to remove
configurator Action<PnpmRemoveSettings> The settings configurator.

Return Value

Type Description
void