NpmPruneAliases Class

Summary

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

Syntax

public static class NpmPruneAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
NpmPrune(ICakeContext, Action<NpmPruneSettings>) void
Runs npm prune using the settings returned by a configurator.
static
NpmPrune(ICakeContext, NpmPruneSettings) void
Runs npm prune with the specified settings.
static
NpmPrune(ICakeContext) void
Runs npm prune from the current folder.
static

Extension Methods

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