Function clone

  • Clone a repository

    Returns

    Resolves successfully when clone completes.

    Example

    await clone({
    fs,
    http,
    dir: '/tutorial',
    url: 'https://github.com/NotesHubApp/git-essentials',
    singleBranch: true,
    depth: 1
    })

    Parameters

    Returns Promise<void>

Generated using TypeDoc