raszi / node-tmp

Temporary file and directory creator for node.js
MIT License
736 stars 92 forks source link

Where is the Promisified API? #167

Closed Jakobud closed 6 years ago

Jakobud commented 6 years ago

Operating System

NodeJS Version

Tmp Version

Latest

In your documentation you say

There also exists a promisified version of the API, see (5) under references below.

I see nothing in the documentation or the API pages about Promise usage or the API methods returning a thenable().

silkentrance commented 6 years ago

Please see the README.md for more information: https://github.com/raszi/node-tmp

There is a link to it in the document.

Jakobud commented 6 years ago

Wow that is really weird. I could have sworn that tmp-promise link was not there before. Maybe my eyes are going bad. Thanks

silkentrance commented 6 years ago

@Jakobud it might be missing in the official API docs 😀 and here also https://www.npmjs.com/package/tmp

Jakobud commented 6 years ago

Oh that's it. The published Readme on npmjs.com must be old. Thanks