Module: helpers/utils/git
Table of contents
Interfaces
Functions
Functions
clone
▸ clone(repository
, destination
, options?
): Promise
<void
>
Parameters
Name | Type |
---|---|
repository | string |
destination | string |
options? | GitCloneOptions |
Returns
Promise
<void
>
Defined in
src/electron/helpers/utils/git.ts:36 (opens in a new tab)
git
▸ git(): string
Returns
string
Defined in
src/electron/helpers/utils/git.ts:32 (opens in a new tab)
lfs
▸ lfs(): Promise
<string
>
Returns
Promise
<string
>