sindresorhus / tempfileLinks
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 3 years ago
- Check if something is a Node.js stream☆112Updated 9 months ago
- Get the path of the parent module☆77Updated last year
- Make a promise always fulfill with its actual fulfillment value or rejection reason☆53Updated 2 years ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Filter object keys and values into a new object☆103Updated last year
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev☆145Updated 2 years ago
- Write data to a random temporary file☆105Updated last year
- Convert a string/Buffer/Uint8Array to a readable stream☆90Updated 2 years ago
- Check if a URL is absolute☆79Updated 3 years ago
- Copy a file☆121Updated last year
- Conditional promise chains☆61Updated 4 years ago
- Check if argv has a specific flag☆95Updated 4 years ago
- Compose promise-returning & async functions into a reusable pipeline☆123Updated 4 years ago
- Ensures a value is a valid error by making it one if not☆77Updated 3 years ago
- Iterate over promises serially☆50Updated 3 years ago
- Reduce a list of values using promises into a promise for a value☆70Updated 2 years ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆94Updated 3 years ago
- Import a module like with `require()` but from the current working directory☆52Updated 3 years ago
- Create a lazily evaluated value☆70Updated 4 years ago
- Get locally or globally installation path of given package name.☆43Updated 2 years ago
- Lazy number range generator☆81Updated last year
- Get the directory of globally installed packages and binaries☆76Updated last year
- Run promise-returning & async functions repeatedly until you end it☆45Updated 4 years ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated 4 years ago
- Create a MD5 hash with hex encoding☆45Updated last year
- Check if a string is HTML☆95Updated last year
- Create a Vinyl file from an actual file☆41Updated 2 years ago
- Check if a value is a plain object☆102Updated last year
- If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. Th…☆95Updated 2 years ago