LibManInstallAliases Class

Summary

LibMan Install aliases
Assembly
Cake.LibMan.dll
Namespace
Cake.LibMan
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["LibManInstallAliases"] class Type type-node

Syntax

public static class LibManInstallAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
LibManInstall(ICakeContext, Action<LibManInstallSettings>) void
Installs client side libraries using the settings returned by a configurator.
static
LibManInstall(ICakeContext, LibManInstallSettings) void
Installs client side libraries using the specified settings.
static
LibManInstall(ICakeContext) void
Installs client side libraries for the project in the current working directory.
static

Extension Methods

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