NpmSetSettingsExtensions Class

Summary

Extensions for NpmSetSettings.
Assembly
Cake.Npm.dll
Namespace
Cake.Npm.Set
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["NpmSetSettingsExtensions"] class Type type-node

Syntax

public static class NpmSetSettingsExtensions

Methods

Name Value Summary
ForKey(NpmSetSettings, string) NpmSetSettings
Defines the key which should be set.
static
WithValue(NpmSetSettings, string) NpmSetSettings
Defines the value which should be set.
static

Extension Methods

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