Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
class Repository
implements Plugin
Re-export
import { Repository } from "https://deno.land/x/dfm@v0.11/plugin/mod.ts";

Constructors

new
Repository(dfm: Dfm)

Properties

private
dfmFilePath: string
private
dotfilesDir: string
name: string
subcmds: { name: string; info: string; func; }[]

Methods

private
dir()
private
edit(options: SubcmdOptions)
private
git(options: SubcmdOptions)