deploy-gh-pages
v1.0.0
Published
A command line utility for deploying to a gh-pages branch.
Readme
deploy-gh-pages
A command line utility for deploying to a gh-pages branch.
Getting Started
Install the package:
npm install --save-dev --save-exact deploy-gh-pagesAdd a script to your package.json:
"scripts": {
"deploy": "node_modules/.bin/deploy-gh-pages"
},Usage
To see all available options, use the CLI help command:
node_modules/.bin/deploy-gh-pages -h
Examples
The project pages for this repository are deployed as an example:
https://josh-egan.github.io/deploy-gh-pages/
