@ycmd/run
Version:
LSK.js CLI Creds is the easiest way to manage GitHub / Gitlab secrets and credentials
14 lines (13 loc) • 748 B
TypeScript
export { disableAutorun, enableAutorun } from './autoRun.js';
export { createCommand } from './createCommand.js';
export { findCommands } from './findCommands.js';
export { pathexec } from './pathexec.js';
export { pnpmRecursive } from './pnpmRecursive.js';
export { shell } from './shell.js';
export { findMonorepoRoot } from './findMonorepoRoot.js';
export { shellParallel } from './shellParallel.js';
export { CreateCommandParams, CreateCommandResult, Ctx, CtxOptions, LskrunProcess, MainCommand, MainFunction, PartMainCommand, PathexecCtx, PathexecOptions, PathexecProcess, RootRun, ShellOptions, ShellParallelOptions, WrappedMainFunction } from './types.js';
import 'yargs';
import '@ycmd/utils';
import '@ycmd/helpers';
import '@ycmd/spawn';