awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 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-pathbcoe 的头像

    bcoe/any-path

    4在 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
    在 GitHub 上查看↗4
  • bevry/istextorbinarybevry 的头像

    bevry/istextorbinary

    157在 GitHub 上查看↗

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

    TypeScript
    在 GitHub 上查看↗157
  • ehmicky/global-cache-direhmicky 的头像

    ehmicky/global-cache-dir

    6在 GitHub 上查看↗

    Get the global cache directory.

    JavaScript
    在 GitHub 上查看↗6
  • isaacs/node-graceful-fsisaacs 的头像

    isaacs/node-graceful-fs

    1,302在 GitHub 上查看↗

    fs with incremental backoff on EMFILE

    JavaScript
    在 GitHub 上查看↗1,302
  • isaacs/rimrafisaacs 的头像

    isaacs/rimraf

    5,846在 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
    在 GitHub 上查看↗5,846

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • jprichardson/node-fs-extrajprichardson 的头像

    jprichardson/node-fs-extra

    9,610在 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
    在 GitHub 上查看↗9,610
  • moxystudio/node-proper-lockfilemoxystudio 的头像

    moxystudio/node-proper-lockfile

    279在 GitHub 上查看↗

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

    JavaScriptatomiccross-processfilesystem
    在 GitHub 上查看↗279
  • npm/fs-write-stream-atomicnpm 的头像

    npm/fs-write-stream-atomic

    50在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗50
  • nspragg/filehoundnspragg 的头像

    nspragg/filehound

    222在 GitHub 上查看↗

    Flexible and fluent interface for searching the file system

    JavaScript
    在 GitHub 上查看↗222
  • paulmillr/chokidarpaulmillr 的头像

    paulmillr/chokidar

    12,143在 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
    在 GitHub 上查看↗12,143
  • paulmillr/readdirpP

    paulmillr/readdirp

    0在 GitHub 上查看↗

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

    在 GitHub 上查看↗0
  • sindresorhus/cpysindresorhus 的头像

    sindresorhus/cpy

    436在 GitHub 上查看↗

    Copy files

    JavaScript
    在 GitHub 上查看↗436
  • sindresorhus/delsindresorhus 的头像

    sindresorhus/del

    1,345在 GitHub 上查看↗

    Delete files and directories

    JavaScript
    在 GitHub 上查看↗1,345
  • sindresorhus/filenamifysindresorhus 的头像

    sindresorhus/filenamify

    518在 GitHub 上查看↗

    Convert a string to a valid safe filename

    JavaScript
    在 GitHub 上查看↗518
  • sindresorhus/find-upsindresorhus 的头像

    sindresorhus/find-up

    640在 GitHub 上查看↗

    Find a file or directory by walking up parent directories

    JavaScript
    在 GitHub 上查看↗640
  • sindresorhus/globbysindresorhus 的头像

    sindresorhus/globby

    2,644在 GitHub 上查看↗

    User-friendly glob matching

    JavaScriptdirectoriesfilesglob
    在 GitHub 上查看↗2,644
  • sindresorhus/load-json-filesindresorhus 的头像

    sindresorhus/load-json-file

    249在 GitHub 上查看↗

    Read and parse a JSON file

    JavaScript
    在 GitHub 上查看↗249
  • sindresorhus/make-dirsindresorhus 的头像

    sindresorhus/make-dir

    480在 GitHub 上查看↗

    Supports a custom fs implementation.

    JavaScript
    在 GitHub 上查看↗480
  • sindresorhus/move-filesindresorhus 的头像

    sindresorhus/move-file

    207在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗207
  • sindresorhus/package-directorysindresorhus 的头像

    sindresorhus/package-directory

    252在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗252
  • sindresorhus/tempysindresorhus 的头像

    sindresorhus/tempy

    446在 GitHub 上查看↗

    Get a random temporary file or directory path

    JavaScript
    在 GitHub 上查看↗446
  • sindresorhus/write-json-filesindresorhus 的头像

    sindresorhus/write-json-file

    224在 GitHub 上查看↗

    Stringify and write JSON to a file atomically

    JavaScript
    在 GitHub 上查看↗224
  • szwacz/fs-jetpackszwacz 的头像

    szwacz/fs-jetpack

    786在 GitHub 上查看↗

    Better file system API for Node.js

    TypeScript
    在 GitHub 上查看↗786