1.0.2 • Published 9 years ago

apeman-dev-commons-updating v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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