NpmSetSettingsExtensions.

ForKey(NpmSetSettings, string) Method

Summary

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

Syntax

public static NpmSetSettings ForKey(this NpmSetSettings settings, string key)

Parameters

Name Type Description
settings NpmSetSettings The settings.
key string Key which should be set.

Return Value

Type Description
NpmSetSettings The settings instance with Key set to key.