NpmRebuildAliases Class

Summary

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

Syntax

public static class NpmRebuildAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

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

Extension Methods

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