Skip to main content
Module

x/lume/cms.ts>GitHub

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
class GitHub
implements Storage
import { GitHub } from "https://deno.land/x/lume@v2.1.3/cms.ts";

Constructors

new
GitHub(options: Options)

Properties

optional
branch: string
client: Octokit
commitMessage: (options: CommitMessageOptions) => string
optional
extension: string
owner: string
path: string
repo: string
root: string

Methods

delete(id: string)
directory(id: string): Storage
get(id: string): Entry
name(name: string): string
rename(id: string, newId: string): Promise<void>