Skip to content

CLIPlugin

Immutable plugin definition registered via CLIBuilder.plugin().

Use plugin to construct values of this shape instead of manually assembling the object.

Signatures

ts
interface CLIPlugin {}

Members

Properties

hooks

Lifecycle hooks implemented by the plugin.

ts
hooks: CLIPluginHooks;

name

Optional label for diagnostics and debugging.

ts
name: string | undefined;

See Also

Released under the MIT License.