Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/feomasto/priv/deps.ts>command.NestLandProvider

Sync posts from Mastodon into FeoBlog
Latest
class command.NestLandProvider
extends Provider
import { command } from "https://deno.land/x/feomasto@v1.0.1/priv/deps.ts";
const { NestLandProvider } = command;

Constructors

new
NestLandProvider(unnamed 0?: NestLandProviderOptions)

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>