apeman-dev-commons-updatingdeprecated

apeman dev common module for updating.

Usage no npm install needed!

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

README

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