NpmSetSettingsExtensions.

WithValue(NpmSetSettings, string) Method

Summary

Defines the value which should be set.
Assembly
Cake.Npm.dll
Namespace
Cake.Npm.Set
Containing Type
NpmSetSettingsExtensions

Syntax

public static NpmSetSettings WithValue(this NpmSetSettings settings, string value)

Parameters

Name Type Description
settings NpmSetSettings The settings.
value string Value which should be set.

Return Value

Type Description
NpmSetSettings The settings instance with Value set to value.