github-pages-deploy icon indicating copy to clipboard operation
github-pages-deploy copied to clipboard

Read the article

Building a simple command line tool with npm

Run the example

  1. In your project, run npm install --save @linclark/github-pages-deploy
  2. In your project's package.json file, add a scripts key
"scripts": {
  "deploy": "github-pages-deploy"
},