UNPKG

@nu-art/commando

Version:

Shell command execution framework with interactive sessions, CLI parameter resolution, and plugin system for building and executing shell scripts programmatically

17 lines (16 loc) 607 B
export * from './core/BaseCommando.js'; export * from './core/CommandBuilder.js'; export * from './core/CliError.js'; export * from './core/CommandoPool.js'; export * from './core/class-merger.js'; export * from './interactive/CommandoInteractive.js'; export * from './simple/Commando.js'; export * from './plugins/basic.js'; export * from './plugins/git.js'; export * from './plugins/nvm.js'; export * from './plugins/pnpm.js'; export * from './plugins/programming.js'; export * from './plugins/python.js'; export * from './services/pnpm.js'; export * from './services/nvm.js'; export * from './types.js';