SkillAgentSearch skills...

Ghpages

a CLI tool to easily deploy your current working branch to GitHub Pages

Install / Use

/learn @cvan/Ghpages
About this skill

Quality Score

0/100

Category

Operations

Supported Platforms

Universal

README

ghpages

A command-line tool to easily deploy your current working branch to GitHub Pages.

CLI Usage

Usage
  $ ghpages

Options
  -p, --path    Path (directory to push; defaults to current directory)
  -r, --repo    Repository (GitHub username, GitHub username/repo, full repo URL)
  -d, --domain  Domain name (for `CNAME` to create in GitHub Pages branch)
  -h, --help    Show help

Examples
  $ ghpages
  $ ghpages cvan
  $ ghpages cvan/blog
  $ ghpages cvan/blog -p dist
  $ ghpages git@github.com:cvan/blog.git
  $ ghpages -r cvan/blog -d blog.cvan.io

License

MIT

Credits

This utility mostly wraps the fantastic gh-pages package.

View on GitHub
GitHub Stars20
CategoryOperations
Updated5y ago
Forks5

Languages

JavaScript

Security Score

75/100

Audited on Oct 15, 2020

No findings