README
apeman-dev-commons-updating
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.