package
0.10.0
Repository: https://github.com/kcl-lang/kpm.git
Documentation: pkg.go.dev

# Functions

Clone will clone from `repoURL` to `localPath` via git by tag name.
CloneWithOpts will clone from `repoURL` to `localPath` via git by using CloneOptions.
No description provided by the author
GetAllGithubReleases fetches all releases from a GitHub repository.
No description provided by the author
WithBare sets the bare flag for CloneOptions.
WithBranch sets the branch for CloneOptions.
WithCommit sets the commit for CloneOptions.
WithLocalPath sets the local path for CloneOptions.
WithRepoURL sets the repo URL for CloneOptions.
WithTag sets the tag for CloneOptions.
WithWriter sets the writer for CloneOptions.

# Constants

No description provided by the author

# Structs

CloneOptions is a struct for specifying options for cloning a git repository.
No description provided by the author

# Type aliases

CloneOption is a function that modifies CloneOptions.