0.2.1 • Published 4 years ago
simple-github-pages-deploy v0.2.1
simple-github-pages-deploy
Simple CLI tool to deploy to github pages.
Code is directly placed in /bin to make npm CLI create the CLI commands within /node_modules when installing this without having to go through an additonal build/release step of copying the file over.
Usage
CLI Options
--dir- Pass in a directory other than the default 
./docsto deploy 
- Pass in a directory other than the default 
 --message- Pass a custom commit message instead of the default 
[Github pages deployment commit] - Message must be wrapped in quotes if longer than a single string
 
- Pass a custom commit message instead of the default 
 
Using from CLI
# Install as dev dependency
npm install -D simple-github-pages-deploy
# Use npx to run it
# Uses all the default options
npx simple-github-pages-deployAdd to npm scripts
"scripts": {
    "deploy": "npx simple-github-pages-deploy"
},Using from CLI without default options
npx simple-github-pages-deploy --dir ./dist --message "github pages deployment"Dependencies
gitmust be installed and available globally from the shell