NpmVersionSettings Class

Summary

Contains settings used by NpmVersionTool.
Namespace
Cake.Npm.Version
Base Types
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(DirectoryPath) NpmSettings
Sets the working directory which should be used to run the npm command.
SetRedirectedStandardErrorHandler(Action<string>) NpmSettings
Sets the StandardError-Action
SetRedirectedStandardOutputHandler(Action<string>) NpmSettings
Sets the StandardOutput-Action
WithLogLevel(NpmLogLevel) NpmSettings
Sets the log level which should be used to run the npm command.
GitHub
Discussion