UNPKG

firmament

Version:

Modularized shell for NodeJS CLI applications

5 lines (4 loc) 99 B
export interface ModuleManagement { modulePrefix: string; installModule(argv: any): any; }