UNPKG

@fabiospampinato/autogit

Version:

Define commands, using plugins, to execute across all your repositories.

9 lines (8 loc) 232 B
declare function autogit(commandName?: any, repositories?: any): Promise<void>; declare const _default: typeof autogit & { default: typeof autogit; } declare namespace _default { export type type = autogit; } export = _default;