Home > @momentum-design/common > Execute

Execute class

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Execute class used for executing CLI interactions.

Signature:

declare class Execute 

Methods

MethodModifiersDescription
emit(value)static(BETA) Emit a string value to CLI.
run(command)static(BETA) Run the provided command in a child process.