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
Install one or more packages to the project in the current working directory.
Syntax
public static void NpmInstall(this ICakeContext context, params string[] packages)
Examples
NpmInstall("gulp", "left-pad");
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
packages |
string[] |
one or more packages |
Return Value