Skip to content

Latest commit

 

History

History
72 lines (37 loc) · 1.05 KB

File metadata and controls

72 lines (37 loc) · 1.05 KB
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @microsoft/rush-lib > Rush > launchRushX

Rush.launchRushX() method

This API is used by the @microsoft/rush front end to launch the "rushx" command-line. Third-party tools should not use this API. Instead, they should execute the "rushx" binary and start a new Node.js process.

Signature:

static launchRushX(launcherVersion: string, options: ILaunchOptions): void;

Parameters

Parameter

Type

Description

launcherVersion

string

options

ILaunchOptions

Returns:

void