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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
S

sindresorhus/temp-dir

0
View on GitHub↗
0 estrellas·0 forks·1 vista

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.

Historial de estrellas

Gráfico del historial de estrellas de sindresorhus/temp-dirGráfico del historial de estrellas de sindresorhus/temp-dir

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Temp Dir

Proyectos open-source similares, clasificados según cuántas características comparten con Temp Dir.
  • avianflu/ncpAvatar de AvianFlu

    AvianFlu/ncp

    683Ver en GitHub↗

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

    JavaScript
    Ver en GitHub↗683
  • avoidwork/filesize.jsAvatar de avoidwork

    avoidwork/filesize.js

    1,706Ver en GitHub↗

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

    JavaScript
    Ver en GitHub↗1,706
  • bevry/istextorbinaryAvatar de bevry

    bevry/istextorbinary

    157Ver en GitHub↗

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

    TypeScript
    Ver en GitHub↗157
  • andyogo/node-sync-globAvatar de AndyOGo

    AndyOGo/node-sync-glob

    19Ver en GitHub↗

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

    JavaScript
    Ver en GitHub↗19
Ver las 30 alternativas a Temp Dir→

Preguntas frecuentes

¿Qué hace sindresorhus/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.

¿Cuáles son las características principales de sindresorhus/temp-dir?

Las características principales de sindresorhus/temp-dir son: File System Utilities.

¿Qué alternativas de código abierto existen para sindresorhus/temp-dir?

Las alternativas de código abierto para sindresorhus/temp-dir incluyen: 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.