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

x/actionify/src/deps/cli.ts>DenoLandProvider

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
class DenoLandProvider
extends Provider
import { DenoLandProvider } from "https://deno.land/x/actionify@0.3.0/src/deps/cli.ts";

Constructors

new
DenoLandProvider(unnamed 0?: DenoLandProviderOptions)

Properties

private
readonly
optional
moduleName: string
private
readonly
registryUrl: string
private
readonly
repositoryUrl: string
name: string

Methods

getRegistryUrl(name: string, version: string): string
getRepositoryUrl(name: string): string
getVersions(name: string): Promise<Versions>