Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "tools/gh-pages-publish"

Index

Variables

cd

cd: any

echo

echo: any

exec

exec: any

Let ghToken

ghToken: string = process.env.GH_TOKEN

Let parsedUrl

parsedUrl: any = url.parse(repoUrl)

Let pkg

pkg: any = JSON.parse(readFileSync("package.json") as any)

readFileSync

readFileSync: any

Let repoUrl

repoUrl: any

Let repository

repository: any = (parsedUrl.host || "") + (parsedUrl.path || "")

touch

touch: any

Const url

url: any = require("url")

Generated using TypeDoc