nest-commander
Version:
A module for making CLI applications with NestJS. Decorators for running commands and separating out config parsers included. This package works on top of commander.
12 lines (11 loc) • 465 B
TypeScript
export * from './cli-utility.service';
export * from './command.decorators';
export * from './command.factory';
export * from './completion.factory';
export * from './command-runner.interface';
export * from './command-runner.module';
export * from './command-runner.service';
export { Inquirer } from './constants';
export { CommanderOptionsType } from './command-factory.interface';
export * from './inquirer.service';
export * from './request-module.decorator';