UNPKG

@ycmd/run

Version:

LSK.js CLI Creds is the easiest way to manage GitHub / Gitlab secrets and credentials

14 lines (13 loc) 757 B
export { disableAutorun, enableAutorun } from './autoRun.mjs'; export { createCommand } from './createCommand.mjs'; export { findCommands } from './findCommands.mjs'; export { pathexec } from './pathexec.mjs'; export { pnpmRecursive } from './pnpmRecursive.mjs'; export { shell } from './shell.mjs'; export { findMonorepoRoot } from './findMonorepoRoot.mjs'; export { shellParallel } from './shellParallel.mjs'; export { CreateCommandParams, CreateCommandResult, Ctx, CtxOptions, LskrunProcess, MainCommand, MainFunction, PartMainCommand, PathexecCtx, PathexecOptions, PathexecProcess, RootRun, ShellOptions, ShellParallelOptions, WrappedMainFunction } from './types.mjs'; import 'yargs'; import '@ycmd/utils'; import '@ycmd/helpers'; import '@ycmd/spawn';