Skip to content

Fay-Ok/FaySync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaySync

faysync helps easier debuging async waterfall function

##No need anymore for all the console.logs to find out which function has not been executed 

How to use it:

# In the command line type 'npm install faysync --save'
# Require the module in your project and use it exactly how you use async.waterfall

How it works:

# faysync wraps the async.waterfall and decorates each function in the waterfall. 
# It prints the functions that have been executed and callbacks which have been done. 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published