NpxAliases.

Npx(ICakeContext, string, Action<ProcessArgumentBuilder>, Action<NpxSettings>, string[]) Method

Assembly
Cake.Npx.dll
Namespace
Cake.Npx
Containing Type
NpxAliases

Syntax

public static void Npx(this ICakeContext context, string command, Action<ProcessArgumentBuilder> configureArguments, Action<NpxSettings> configureSettings, out string[] redirectedStandardOutput)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext
command string
configureArguments Action<ProcessArgumentBuilder>
configureSettings Action<NpxSettings>
redirectedStandardOutput string[]

Return Value

Type Description
void