apeman-dev-commons-updating

apeman dev common module for updating.


Keywords
apeman, dev, commons, updating
License
MIT
Install
npm install apeman-dev-commons-updating@1.0.2

Documentation

apeman-dev-commons-updating

Build Status Code Climate Code Coverage npm version

apeman dev common module for updating.

Installation

Install module via npm.

# Install as local module.
$ npm install apeman-dev-commons-updating --save

Usage

updateDependencies

Update npm dependencies.

#!/usr/bin/env node

var updating = require('apeman-dev-commons-updating');


updating.updateDependencies(function (err) {
    /*...*/
});

License

This software is released under the MIT License.

Links