UNPKG

@better-builds/lets-version

Version:

A package that reads your conventional commits and git history and recommends (or applies) a SemVer version bump for you

7 lines (6 loc) 218 B
export interface ExecAsyncOpts { cwd: string; stdio: 'inherit' | 'ignore' | 'pipe'; verbose?: boolean; } export declare function exec(command: string, { verbose, ...opts }: ExecAsyncOpts): Promise<string>;