@jamesnimlos/gh-pages

1.0.1 • Public • Published

gh-pages-node

a node based script for adding or updating gh-pages from a specific distribution directory.

Usage: gh-pages-node [options] <dist directory> [gh-pages directory]

Options:
  --update, -u   updating already existing gh-pages (defaults to true if
                 gh-pages directory already exists)                    [boolean]
  --message, -m  custom commit message gh-pages
  --help, -h     Show help                                             [boolean]
How-to:
# clone the repo
git clone git@github.com:JamesNimlos/gh-pages-node.git

# simlink it to your bin
ln -s gh-pages-node/gh-pages-node /usr/local/bin/gh-pages-node

# navigate to your project with gh-pages to publish
cd ~/path/to/project

# run your buid script, probably:
npm run build

# use the tool
gh-pages-node dist gh-pages

Boom, you're killing it with some sweet gh-pages.

Abed celebrates

Readme

Keywords

none

Package Sidebar

Install

npm i @jamesnimlos/gh-pages

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

54 kB

Total Files

11

Last publish

Collaborators

  • jamesnimlos