jenjwong
v5.0.0
Published
[Building a simple command line tool with npm](http://blog.npmjs.org/post/118810260230/building-a-simple-command-line-tool-with-npm)
Readme
Read the article
Building a simple command line tool with npm
Run the example
- In your project, run
npm install --save @linclark/github-pages-deploy - In your project's
package.jsonfile, add a scripts key
"scripts": {
"deploy": "github-pages-deploy"
},