Navigation Menu

Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

isaacs/slide-flow-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slide - a tiny flow control library

Callbacks are simple and easy if you keep the pattern consistent.

Check out the slide presentation, or the blog post.

You'll laugh when you see how little code is actually in this thing. It's so not-enterprisey, you won't believe it. It does almost nothing, but it's super handy.

I use this util in a real world program.

You should use it as an example of how to write your own flow control utilities. You'll never fully appreciate a flow control lib that you didn't write yourself.

Installation

Just copy the files into your project, and use them that way, or you can do this:

npm install slide

and then:

var asyncMap = require("slide").asyncMap
  , chain = require("slide").chain
// use the power!

Enjoy!

About

A flow control library that fits in a slideshow

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published