NpmExecAliases Class

Summary

Npm exec aliases
Assembly
Cake.Npm.dll
Namespace
Cake.Npm
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["NpmExecAliases"] class Type type-node

Syntax

public static class NpmExecAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
NpmExec(ICakeContext, NpmExecSettings) void
Runs an npm exec command with the specified settings.
static
NpmExec(ICakeContext, string, Action<NpmExecSettings>) void
Runs an npm exec command using the settings returned by a configurator.
static
NpmExec(ICakeContext, string, IEnumerable<string>) void
Runs an npm exec command.
static
NpmExec(ICakeContext, string) void
Runs an npm exec command.
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