proq
Promise Sequence Module.
Terse and simple promise sequences for thouse who don't want to reinvent the wheel like i did 🚀 🐳 💥.
Install
npm i proq
npm i --save proq // to put it into your package.json
Usage
; { // make some magic here ... return ;} /* params is result of magic from magic1 */ { // more magic here ... return ;} ;
Functions magic1
and magic2
will be called sequentially and result of each one will be passed to next one.
Author
Stanislav Sysoev d4rkr00t@gmail.com https://github.com/d4rkr00t
License
Contributing
Contributing are highly welcome! This repos is commitizen friendly — please read about it here.