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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 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 von bcoe

    bcoe/any-path

    4Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4
  • bevry/istextorbinaryAvatar von bevry

    bevry/istextorbinary

    157Auf GitHub ansehen↗

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

    TypeScript
    Auf GitHub ansehen↗157
  • ehmicky/global-cache-dirAvatar von ehmicky

    ehmicky/global-cache-dir

    6Auf GitHub ansehen↗

    Get the global cache directory.

    JavaScript
    Auf GitHub ansehen↗6
  • isaacs/node-graceful-fsAvatar von isaacs

    isaacs/node-graceful-fs

    1,302Auf GitHub ansehen↗

    fs with incremental backoff on EMFILE

    JavaScript
    Auf GitHub ansehen↗1,302
  • isaacs/rimrafAvatar von isaacs

    isaacs/rimraf

    5,846Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,846

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

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

    jprichardson/node-fs-extra

    9,610Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,610
  • moxystudio/node-proper-lockfileAvatar von moxystudio

    moxystudio/node-proper-lockfile

    279Auf GitHub ansehen↗

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

    JavaScriptatomiccross-processfilesystem
    Auf GitHub ansehen↗279
  • npm/fs-write-stream-atomicAvatar von npm

    npm/fs-write-stream-atomic

    50Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗50
  • nspragg/filehoundAvatar von nspragg

    nspragg/filehound

    222Auf GitHub ansehen↗

    Flexible and fluent interface for searching the file system

    JavaScript
    Auf GitHub ansehen↗222
  • paulmillr/chokidarAvatar von paulmillr

    paulmillr/chokidar

    12,143Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,143
  • paulmillr/readdirpP

    paulmillr/readdirp

    0Auf GitHub ansehen↗

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

    Auf GitHub ansehen↗0
  • sindresorhus/cpyAvatar von sindresorhus

    sindresorhus/cpy

    436Auf GitHub ansehen↗

    Copy files

    JavaScript
    Auf GitHub ansehen↗436
  • sindresorhus/delAvatar von sindresorhus

    sindresorhus/del

    1,345Auf GitHub ansehen↗

    Delete files and directories

    JavaScript
    Auf GitHub ansehen↗1,345
  • sindresorhus/filenamifyAvatar von sindresorhus

    sindresorhus/filenamify

    518Auf GitHub ansehen↗

    Convert a string to a valid safe filename

    JavaScript
    Auf GitHub ansehen↗518
  • sindresorhus/find-upAvatar von sindresorhus

    sindresorhus/find-up

    640Auf GitHub ansehen↗

    Find a file or directory by walking up parent directories

    JavaScript
    Auf GitHub ansehen↗640
  • sindresorhus/globbyAvatar von sindresorhus

    sindresorhus/globby

    2,644Auf GitHub ansehen↗

    User-friendly glob matching

    JavaScriptdirectoriesfilesglob
    Auf GitHub ansehen↗2,644
  • sindresorhus/load-json-fileAvatar von sindresorhus

    sindresorhus/load-json-file

    249Auf GitHub ansehen↗

    Read and parse a JSON file

    JavaScript
    Auf GitHub ansehen↗249
  • sindresorhus/make-dirAvatar von sindresorhus

    sindresorhus/make-dir

    480Auf GitHub ansehen↗

    Supports a custom fs implementation.

    JavaScript
    Auf GitHub ansehen↗480
  • sindresorhus/move-fileAvatar von sindresorhus

    sindresorhus/move-file

    207Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗207
  • sindresorhus/package-directoryAvatar von sindresorhus

    sindresorhus/package-directory

    252Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗252
  • sindresorhus/tempyAvatar von sindresorhus

    sindresorhus/tempy

    446Auf GitHub ansehen↗

    Get a random temporary file or directory path

    JavaScript
    Auf GitHub ansehen↗446
  • sindresorhus/write-json-fileAvatar von sindresorhus

    sindresorhus/write-json-file

    224Auf GitHub ansehen↗

    Stringify and write JSON to a file atomically

    JavaScript
    Auf GitHub ansehen↗224
  • szwacz/fs-jetpackAvatar von szwacz

    szwacz/fs-jetpack

    786Auf GitHub ansehen↗

    Better file system API for Node.js

    TypeScript
    Auf GitHub ansehen↗786