Summary
Contains settings used by
NpmVersionTool
.
- Namespace
- Cake
.Npm .Version - Base Types
-
- object
- NpmSettings
graph BT
Type-->Base0["NpmSettings"]
click Base0 "/Cake.Npm/api/Cake.Npm/NpmSettings"
Base0-->Base1["object"]
Type["NpmVersionSettings"]
class Type type-node
Syntax
public class NpmVersionSettings : NpmSettings
Constructors
Name | Summary |
---|---|
NpmVersionSettings |
Initializes a new instance of the NpmVersionSettings class.
|
Extension Methods
Name | Value | Summary |
---|---|---|
FromPath |
NpmSettings |
Sets the working directory which should be used to run the npm command.
|
Set |
NpmSettings |
Sets the StandardError-Action
|
Set |
NpmSettings |
Sets the StandardOutput-Action
|
WithLogLevel |
NpmSettings |
Sets the log level which should be used to run the npm command.
|