Building a simple command line tool with npm
- In your project, run
npm install --save @linclark/github-pages-deploy
- In your project's
package.json
file, add a scripts key
"scripts": {
"deploy": "github-pages-deploy"
},
Building a simple command line tool with npm
npm install --save @linclark/github-pages-deploy
package.json
file, add a scripts key"scripts": {
"deploy": "github-pages-deploy"
},