NpmExecSettingsExtensions Class

Summary

Extensions for NpmExecSettings.
Assembly
Cake.Npm.dll
Namespace
Cake.Npm.Exec
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["NpmExecSettingsExtensions"] class Type type-node

Syntax

public static class NpmExecSettingsExtensions

Methods

Name Value Summary
WithArguments(NpmExecSettings, string) NpmExecSettings
Sets the arguments which should be passed to the script.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin
ToStringWithNullMarkup() string
Returns the string value or a Not set> markup suitable for Spectre.Console.
Requires the Cake.Issues addin