apeman-dev-commons-tasking

apeman dev common module for tasking


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

Documentation

apeman-dev-commons-tasking

Build Status Code Climate Code Coverage npm version

apeman dev common module for tasking

Installation

Install module via npm.

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

Usage

Run tasks

Run async tasks.

var apemanDevCommonsTasking = require('apeman-dev-commons-tasking');

apemanDevCommonsTasking.runTasks([
    function task01(callback) {
        /*...*/
        callback(null);
    },
    function task01(callback) {
        /*...*/
        callback(null);
    }
], true);

License

This software is released under the MIT License.

Links