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
Sets an npm configuration setting.
Syntax
public static void NpmSet(this ICakeContext context, string key, string value, bool global = false)
Examples
NpmSet("progress", "false");
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
key |
string |
The key |
value |
string |
The value |
global |
bool |
Set globally |
Return Value