szwacz / fs-jetpack

Better file system API for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tmpDir method

jasonkuhrt opened this issue · comments

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.

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

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

Released in version 3.2.0