apeman-dev-commons-deploying

1.0.1 • Public • Published

apeman-dev-commons-deploying

Build Status Code Climate Code Coverage npm version

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.

Links

Package Sidebar

Install

npm i apeman-dev-commons-deploying

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • okunishinishi