0.2.5 • Published 9 years ago

next-done v0.2.5

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

next-done

Countdown your callbacks

Build Status Code Climate

NPM

Install

npm i --save next-done

Example

var Countdown = require('next-done');
var modules   = require('../modules')

module.exports = function(done) {
  var next = new Countdown(Object.keys(modules).length, done)
  for (var key in modules) new Compilation(modules[key], next);
}
0.2.5

9 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago