Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/powar/deps.ts>cliffy.GithubProvider

A simple but powerful TypeScript-based dot-file manager.
Latest
class cliffy.GithubProvider
extends Provider
import { cliffy } from "https://deno.land/x/powar@1.0.4/deps.ts";
const { GithubProvider } = cliffy;

Constructors

new
GithubProvider(unnamed 0: GithubProviderOptions)

Properties

private
readonly
apiUrl: string
private
readonly
optional
githubToken: string
private
readonly
optional
listBranches: boolean
private
readonly
registryUrl: string
private
readonly
repositoryName: string
private
readonly
repositoryUrl: string
name: string

Methods

private
getApiUrl(endpoint: string): string
private
gitFetch<T>(endpoint: string): Promise<T>
getRegistryUrl(_name: string, version: string): string
getRepositoryUrl(_name: string): string
getVersions(_name: string): Promise<GithubVersions>
listVersions(name: string, currentVersion?: string): Promise<void>