This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Npm.
Summary
Defines the key which should be set.
- Assembly
- Cake
.Npm .dll - Namespace
- Cake
.Npm .Set - Containing Type
- Npm
Set Settings Extensions
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. |