raszi / node-tmp

Temporary file and directory creator for node.js
MIT License
737 stars 93 forks source link

feat: add next callback functionality #99

Closed silkentrance closed 8 years ago

silkentrance commented 8 years ago

Adds ability to pass a next callback to the clean up callback in order to leverage the use of tmp in combionation with async and other such tools.

This is still WIP and required tests are still missing.

Fixes #57