NpmInstallAliases Class

Summary

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

Syntax

public static class NpmInstallAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
NpmInstall(ICakeContext, Action<NpmInstallSettings>) void
Installs packages using the settings returned by a configurator.
static
NpmInstall(ICakeContext, NpmInstallSettings) void
Installs packages using the specified settings.
static
NpmInstall(ICakeContext, string[]) void
Install one or more packages to the project in the current working directory.
static
NpmInstall(ICakeContext) void
Installs packages for the project in the current working directory.
static

Extension Methods

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