awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
S

sindresorhus/temp-dir

0
View on GitHub↗
0 stars·0 forks·9 views

Temp Dir

The os.tmpdir() built-in doesn't return the real path. That can cause problems when the returned path is a symlink, which is the case on macOS. Use this module to get the resolved path.

Features

  • File System Utilities - Gets the system temporary directory.

Star history

Star history chart for sindresorhus/temp-dirStar history chart for sindresorhus/temp-dir

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Temp Dir

Similar open-source projects, ranked by how many features they share with Temp Dir.
  • avianflu/ncpAvianFlu avatar

    AvianFlu/ncp

    683View on GitHub↗

    Think cp -r, but pure node, and asynchronous. ncp can be used both as a CLI tool and programmatically.

    JavaScript
    View on GitHub↗683
  • avoidwork/filesize.jsavoidwork avatar

    avoidwork/filesize.js

    1,706View on GitHub↗

    A lightweight, high-performance file size utility that converts bytes to human-readable strings. Zero dependencies. 100% test coverage.

    JavaScript
    View on GitHub↗1,706
  • bevry/istextorbinarybevry avatar

    bevry/istextorbinary

    157View on GitHub↗

    Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.

    TypeScript
    View on GitHub↗157
  • andyogo/node-sync-globAndyOGo avatar

    AndyOGo/node-sync-glob

    19View on GitHub↗

    Synchronize files and folders locally by glob patterns, watch option included.

    JavaScript
    View on GitHub↗19
See all 30 alternatives to Temp Dir→

Frequently asked questions

What does sindresorhus/temp-dir do?

The os.tmpdir() built-in doesn't return the real path. That can cause problems when the returned path is a symlink, which is the case on macOS. Use this module to get the resolved path.

What are the main features of sindresorhus/temp-dir?

The main features of sindresorhus/temp-dir are: File System Utilities.

What are some open-source alternatives to sindresorhus/temp-dir?

Open-source alternatives to sindresorhus/temp-dir include: avianflu/ncp — Think cp -r, but pure node, and asynchronous. ncp can be used both as a CLI tool and programmatically. avoidwork/filesize.js — A lightweight, high-performance file size utility that converts bytes to human-readable strings. Zero dependencies.… bevry/istextorbinary — Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions. bruce/node-temp — Temporary files, directories, and streams for Node.js. calvinmetcalf/copyfiles — copyfiles. andyogo/node-sync-glob — Synchronize files and folders locally by glob patterns, watch option included.