PnpmLicensesAliases.

PnpmLicenses(ICakeContext, Action<PnpmLicensesSettings>) Method

Summary

Check the licenses of the installed packages using the settings returned by a configurator.
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm
Containing Type
PnpmLicensesAliases

Syntax

public static void PnpmLicenses(this ICakeContext context, Action<PnpmLicensesSettings> configurator)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.
configurator Action<PnpmLicensesSettings> The settings configurator.

Return Value

Type Description
void