sindresorhus / tempfile
Get a random temporary file path
☆80Updated 2 years ago
Alternatives and similar repositories for tempfile
Users that are interested in tempfile are comparing it to the libraries listed below
Sorting:
- Wait for any promise to be fulfilled☆54Updated 2 years ago
- Check if something is a Node.js stream☆112Updated 7 months ago
- Lazy number range generator☆81Updated last year
- Conditional promise chains☆60Updated 4 years ago
- Create a readable Node.js stream that produces no data (or optionally blank data) or a writable stream that discards data☆52Updated 2 years ago
- Ensures a value is a valid error by making it one if not☆77Updated 3 years ago
- Import a module like with `require()` but from a given path☆85Updated 2 years ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆94Updated 2 years ago
- Create a lazily evaluated value☆69Updated 4 years ago
- Check if your package was installed globally☆70Updated last year
- Check if a URL is absolute☆79Updated 3 years ago
- Iterate over promises serially☆50Updated 2 years ago
- Import a globally installed module☆58Updated last year
- Detect the dominant newline character of a string☆55Updated last year
- Filter object keys and values into a new object☆101Updated last year
- A better `Promise.race()`☆46Updated 2 years ago
- Capitalize every word in string: unicorn cake → Unicorn Cake☆52Updated last year
- Get the directory of globally installed packages and binaries☆76Updated last year
- Get the path of the parent module