szwacz / fs-jetpack

Better file system API for Node.js
MIT License
777 stars 41 forks source link

tmpDir method #95

Closed jasonkuhrt closed 4 years ago

jasonkuhrt commented 4 years ago

Creating a temp directory is common for integration tests. Would be great if fs-jetpack encapsulated this feature rather than needing to work with another API/package for it every time.

szwacz commented 4 years ago

That might be a good feature! And I need a kick in the butt to return to active development of this project anyway ;)

jasonkuhrt commented 4 years ago

Not sure it is worth it but we could use https://github.com/sindresorhus/tempy under the hood.

szwacz commented 4 years ago

Released in version 3.2.0