README
apeman-dev-commons-deploying
apeman dev common module for deploying.
Installation
Install module via npm.
# Install as local module.
$ npm install apeman-dev-commons-deploying --save
Usage
deployGhPages
Deploy a directory to Github Pages.
#!/usr/bin/env node
var deploying = require('apeman-dev-commons-deploying');
deploying.deployGhPages('docs', {
}, function(err){
/*...*/
});
License
This software is released under the MIT License.