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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to sindresorhus/dev-null-cli

Open-source alternatives to Dev Null Cli

23 open-source projects similar to sindresorhus/dev-null-cli, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Dev Null Cli alternative.

  • bcoe/any-pathAvatar de bcoe

    bcoe/any-path

    4Voir sur GitHub↗

    For when the keys in an object represent paths, and you want to be able to fetch them regardless of your operating system's preference for path separators (\, /).

    JavaScript
    Voir sur GitHub↗4
  • bevry/istextorbinaryAvatar de bevry

    bevry/istextorbinary

    157Voir sur GitHub↗

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

    TypeScript
    Voir sur GitHub↗157
  • ehmicky/global-cache-dirAvatar de ehmicky

    ehmicky/global-cache-dir

    6Voir sur GitHub↗

    Get the global cache directory.

    JavaScript
    Voir sur GitHub↗6
  • isaacs/node-graceful-fsAvatar de isaacs

    isaacs/node-graceful-fs

    1,302Voir sur GitHub↗

    fs with incremental backoff on EMFILE

    JavaScript
    Voir sur GitHub↗1,302
  • isaacs/rimrafAvatar de isaacs

    isaacs/rimraf

    5,846Voir sur GitHub↗

    rimraf is a Node.js recursive file deletion tool and cross-platform filesystem utility. It provides both a programmatic library and a command-line interface for removing files and directories and all of their contained contents across different operating systems. The utility supports glob-based file deletion, allowing the removal of items that match specific wildcard patterns rather than just literal paths. It also includes the ability to abort deletion processes mid-execution and apply custom predicate-based filtering to exclude specific files or folders. The project covers broad filesystem

    TypeScript
    Voir sur GitHub↗5,846

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • jprichardson/node-fs-extraAvatar de jprichardson

    jprichardson/node-fs-extra

    9,610Voir sur GitHub↗

    node-fs-extra is a Node.js file system extension that provides a set of additional methods to simplify common file and directory operations. It functions as a recursive directory manager, a JSON file processor, and a file asset manipulator, extending the standard library to provide high-level utilities for managing assets on disk. The project distinguishes itself through recursive capabilities, such as duplicating or removing nested folder structures and ensuring that all missing parent directories are automatically generated when creating files or symbolic links. It also integrates a JSON se

    JavaScriptcopydeletefilesystem
    Voir sur GitHub↗9,610
  • moxystudio/node-proper-lockfileAvatar de moxystudio

    moxystudio/node-proper-lockfile

    279Voir sur GitHub↗

    An inter-process and inter-machine lockfile utility that works on a local or network file system.

    JavaScriptatomiccross-processfilesystem
    Voir sur GitHub↗279
  • npm/fs-write-stream-atomicAvatar de npm

    npm/fs-write-stream-atomic

    50Voir sur GitHub↗

    Like fs.createWriteStream(...), but atomic.

    JavaScript
    Voir sur GitHub↗50
  • nspragg/filehoundAvatar de nspragg

    nspragg/filehound

    222Voir sur GitHub↗

    Flexible and fluent interface for searching the file system

    JavaScript
    Voir sur GitHub↗222
  • paulmillr/chokidarAvatar de paulmillr

    paulmillr/chokidar

    12,143Voir sur GitHub↗

    Chokidar is a cross-platform file system monitoring library designed to provide a unified interface for tracking disk activity. It functions as a foundational utility for Node.js development environments, enabling applications to detect file additions, modifications, and deletions across diverse operating systems through a consistent event stream. The library distinguishes itself by normalizing inconsistent event signatures from various operating system kernels and implementing robust event debouncing logic. By buffering rapid sequences of file system events and waiting for a quiet period, it

    TypeScriptchokidarfilesystemfsevents
    Voir sur GitHub↗12,143
  • paulmillr/readdirpP

    paulmillr/readdirp

    0Voir sur GitHub↗

    Recursive version of fs.readdir. Exposes a stream API (with small RAM & CPU footprint) and a promise API.

    Voir sur GitHub↗0
  • sindresorhus/cpyAvatar de sindresorhus

    sindresorhus/cpy

    436Voir sur GitHub↗

    Copy files

    JavaScript
    Voir sur GitHub↗436
  • sindresorhus/delAvatar de sindresorhus

    sindresorhus/del

    1,345Voir sur GitHub↗

    Delete files and directories

    JavaScript
    Voir sur GitHub↗1,345
  • sindresorhus/filenamifyAvatar de sindresorhus

    sindresorhus/filenamify

    518Voir sur GitHub↗

    Convert a string to a valid safe filename

    JavaScript
    Voir sur GitHub↗518
  • sindresorhus/find-upAvatar de sindresorhus

    sindresorhus/find-up

    640Voir sur GitHub↗

    Find a file or directory by walking up parent directories

    JavaScript
    Voir sur GitHub↗640
  • sindresorhus/globbyAvatar de sindresorhus

    sindresorhus/globby

    2,644Voir sur GitHub↗

    User-friendly glob matching

    JavaScriptdirectoriesfilesglob
    Voir sur GitHub↗2,644
  • sindresorhus/load-json-fileAvatar de sindresorhus

    sindresorhus/load-json-file

    249Voir sur GitHub↗

    Read and parse a JSON file

    JavaScript
    Voir sur GitHub↗249
  • sindresorhus/make-dirAvatar de sindresorhus

    sindresorhus/make-dir

    480Voir sur GitHub↗

    Supports a custom fs implementation.

    JavaScript
    Voir sur GitHub↗480
  • sindresorhus/move-fileAvatar de sindresorhus

    sindresorhus/move-file

    207Voir sur GitHub↗

    Move a file, directory, or symlink - Even works across devices

    JavaScript
    Voir sur GitHub↗207
  • sindresorhus/package-directoryAvatar de sindresorhus

    sindresorhus/package-directory

    252Voir sur GitHub↗

    Find the root directory of a Node.js project or npm package

    JavaScript
    Voir sur GitHub↗252
  • sindresorhus/tempyAvatar de sindresorhus

    sindresorhus/tempy

    446Voir sur GitHub↗

    Get a random temporary file or directory path

    JavaScript
    Voir sur GitHub↗446
  • sindresorhus/write-json-fileAvatar de sindresorhus

    sindresorhus/write-json-file

    224Voir sur GitHub↗

    Stringify and write JSON to a file atomically

    JavaScript
    Voir sur GitHub↗224
  • szwacz/fs-jetpackAvatar de szwacz

    szwacz/fs-jetpack

    786Voir sur GitHub↗

    Better file system API for Node.js

    TypeScript
    Voir sur GitHub↗786