@qodalis/angular-cli
Version:
A lightweight and flexible command-line interface (CLI) tool designed to streamline workflows and automate tasks for developers.
9 lines (8 loc) • 347 B
TypeScript
export * from './lib/cli.module';
export * from './lib/cli/services';
export * from './lib/cli/context';
export * from './lib/utils';
export * from './lib/cli/tokens';
export * from './lib/services';
export { CliPanelComponent, CliPanelOptions, } from './lib/cli-panel/cli-panel.component';
export { CliComponent } from './lib/cli/cli.component';