PnpmLinkAliases Class

Summary

`pnpm link` aliases
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["PnpmLinkAliases"] class Type type-node

Syntax

public static class PnpmLinkAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
PnpmLink(ICakeContext, PnpmLinkSettings) void
Connect the local project to another one using the specified settings
static
PnpmLink(ICakeContext, string, Action<PnpmLinkSettings>) void
Connect the local project to another one using the settings returned by a configurator.
static
PnpmLink(ICakeContext, string) void
Connect the local project to another one
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin