Skip to content
/ ghpages Public

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

License

Notifications You must be signed in to change notification settings

cvan/ghpages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]:cvan/blog.git
  $ ghpages -r cvan/blog -d blog.cvan.io

License

MIT

Credits

This utility mostly wraps the fantastic gh-pages package.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published