apeman-dev-commons-deploying

apeman dev common module for deploying.

Usage no npm install needed!

<script type="module">
  import apemanDevCommonsDeploying from 'https://cdn.skypack.dev/apeman-dev-commons-deploying';
</script>

README

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