0.2.0 • Published 8 years ago
gh-pages-multi v0.2.0
gh-pages-multi
Simply push files to gh-pages on github and manage subdirectories. Easy way to publish documentation for multiple versions of a project for example.
npm i -g gh-pages-multiExamples
Check out the gh-pages publication for this repo as an example of generated index.html.
Push the 'docs' directory into the gh-pages branch of the current repository in a 'latest' subdirectory.
gh-pages-multi deployPush the 'dist' directory into the gh-pages branch of the current repository in a 'v1.0.0' subdirectory.
gh-pages-multi deploy -s dist -t v1.0.0Push the 'docs' directory into the gh-pages branch of the current repository in a 'latest' subdirectory, and erase all previous history concerning 'latest'. Very useful to prevent bloating the git repo if the pushed content contains built files for example.
gh-pages-multi deploy --no-historyShow help.
gh-pages-multi --help
gh-pages-multi deploy --help0.2.0
8 years ago