UNPKG

@fabiospampinato/autogit

Version:

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

3 lines (2 loc) 197 B
declare function fetchRepositoriesFolders(roots: string[], depth: number, include: string[], exclude: string[], matchFolders: string[]): Promise<string[]>; export default fetchRepositoriesFolders;