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
Base class for all npm tools.
- Assembly
- Cake
.Npm .dll - Namespace
- Cake
.Npm - Base Types
-
- Tool
<TSettings>
- Tool
- Derived Types
graph BT
Type-->Base0["Tool<TSettings>"]
Type["NpmTool<TSettings>"]
class Type type-node
Derived0["NpmPruneRunner"]-->Type
click Derived0 "/api/Cake.Npm.Prune/NpmPruneRunner"
Derived1["NpmUpdateTool"]-->Type
click Derived1 "/api/Cake.Npm.Update/NpmUpdateTool"
Derived2["NpmInstaller"]-->Type
click Derived2 "/api/Cake.Npm.Install/NpmInstaller"
Derived3["NpmAddUser"]-->Type
click Derived3 "/api/Cake.Npm.AddUser/NpmAddUser"
Derived4["NpmPacker"]-->Type
click Derived4 "/api/Cake.Npm.Pack/NpmPacker"
Derived5["NpmCiTool"]-->Type
click Derived5 "/api/Cake.Npm.Ci/NpmCiTool"
Derived6["NpmSetTool"]-->Type
click Derived6 "/api/Cake.Npm.Set/NpmSetTool"
Derived7["NpmViewVersionTool"]-->Type
click Derived7 "/api/Cake.Npm.ViewVersion/NpmViewVersionTool"
Derived8["NpmBumpVersionTool"]-->Type
click Derived8 "/api/Cake.Npm.BumpVersion/NpmBumpVersionTool"
Derived9["NpmScriptRunner"]-->Type
click Derived9 "/api/Cake.Npm.RunScript/NpmScriptRunner"
Derived10["NpmPublisher"]-->Type
click Derived10 "/api/Cake.Npm.Publish/NpmPublisher"
Derived11["NpmVersionTool"]-->Type
click Derived11 "/api/Cake.Npm.Version/NpmVersionTool"
Derived12["NpmRebuilder"]-->Type
click Derived12 "/api/Cake.Npm.Rebuild/NpmRebuilder"
Syntax
public abstract class NpmTool<TSettings> : Tool<TSettings> where TSettings : NpmSettings
Type Parameters
Name | Description |
---|---|
TSettings | The settings type. |
Constructors
Name | Summary |
---|---|
NpmTool |
Initializes a new instance of the NpmTool<TSettings> class.
|
Properties
Name | Value | Summary |
---|---|---|
CakeLog | ICakeLog |
Cake log instance.
|
Methods
Name | Value | Summary |
---|---|---|
GetArguments |
Process |
Builds the arguments for npm.
|
Get |
IEnumerable |
Gets the possible names of the tool executable.
|
GetToolName |
string |
Gets the name of the tool.
|
RunCore |
void |
Runs npm.
|
RunCore |
void |
Runs npm.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|