UNPKG

firmament

Version:

Modularized shell for NodeJS CLI applications

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