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
- Iterate over promises serially☆50Updated 3 years ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Conditional promise chains☆62Updated 4 years ago
- Write data to a random temporary file☆105Updated last year
- Filter object keys and values into a new object☆104Updated last year
- Check if argv has a specific flag☆93Updated 4 years ago
- Create a lazily evaluated value☆69Updated 4 years ago
- Get the path of the parent module☆78Updated 2 weeks ago
- Compose promise-returning & async functions into a reusable pipeline☆123Updated 4 years ago
- Make a promise always fulfill with its actual fulfillment value or rejection reason☆54Updated 2 weeks ago
- Check if a value is a plain object☆102Updated last year
- Run promise-returning & async functions repeatedly until you end it☆45Updated 4 years ago
- Ensures a value is a valid error by making it one if not☆78Updated 2 weeks ago
- Create a MD5 hash with hex encoding☆45Updated last year
- Check if something is a Node.js stream☆112Updated 11 months ago
- Wordwrap a string with ANSI escape codes☆128Updated 3 weeks ago
- Get the directory of globally installed packages and binaries☆76Updated last year
- Import all modules in a directory☆138Updated 2 years ago
- Lazy number range generator☆81Updated last year
- Copy a file☆121Updated last month
- Check if a string matches the name of a Node.js builtin module☆61Updated 7 months ago
- Check if a string is a valid filename☆62Updated 4 years ago
- Indent each line in a string☆113Updated 3 years ago
- Filter promises concurrently☆76Updated last year
- Check if your package was installed globally☆70Updated 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
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Reduce a list of values using promises into a promise for a value☆70Updated 2 years ago
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev☆145Updated 3 weeks ago