UNPKG

commitmnt

Version:

Copy your gitlab and bitbucket commits to a new, publishable github repo

8 lines (7 loc) 225 B
import { Deps } from '../../types'; /** * Uses {@link copyRepo} to copy all the repositories from the config * * @category Public API Module */ export declare function getCommitsAndCopy(deps: Deps): Promise<void>;