awesome-repositories.comالتصنيفاتالمدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to marc136/node-folder-hash

Open-source alternatives to Node Folder Hash

30 open-source projects similar to marc136/node-folder-hash, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Node Folder Hash alternative.

  • andyogo/node-sync-globالصورة الرمزية لـ AndyOGo

    AndyOGo/node-sync-glob

    19عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗19
  • avianflu/ncpالصورة الرمزية لـ AvianFlu

    AvianFlu/ncp

    683عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗683
  • avoidwork/filesize.jsالصورة الرمزية لـ avoidwork

    avoidwork/filesize.js

    1,706عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗1,706
  • bevry/istextorbinaryالصورة الرمزية لـ bevry

    bevry/istextorbinary

    157عرض على GitHub↗

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

    TypeScript
    عرض على GitHub↗157
  • bruce/node-tempالصورة الرمزية لـ bruce

    bruce/node-temp

    450عرض على GitHub↗

    Temporary files, directories, and streams for Node.js.

    JavaScript
    عرض على GitHub↗450
  • calvinmetcalf/copyfilesالصورة الرمزية لـ calvinmetcalf

    calvinmetcalf/copyfiles

    422عرض على GitHub↗

    copyfiles

    JavaScript
    عرض على GitHub↗422

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • facebook/watchmanالصورة الرمزية لـ facebook

    facebook/watchman

    13,613عرض على GitHub↗

    Watchman is a filesystem change monitor and recursive directory watcher that operates as a background service to track file modifications in real time. It functions as an event-driven file trigger and state query engine, allowing users to retrieve directory snapshots and lists of changed files since a previous check. The project provides tooling for incremental builds by identifying exactly which files have changed to compile only necessary project components. It is designed for large scale directory watching, monitoring massive file trees while executing external commands or scripts automati

    C++
    عرض على GitHub↗13,613
  • gliviu/dir-compareالصورة الرمزية لـ gliviu

    gliviu/dir-compare

    202عرض على GitHub↗

    dir-compare Node JS directory compare

    TypeScript
    عرض على GitHub↗202
  • gulpjs/vinyl-fsالصورة الرمزية لـ gulpjs

    gulpjs/vinyl-fs

    973عرض على GitHub↗

    Vinyl adapter for the file system.

    JavaScript
    عرض على GitHub↗973
  • indigounited/node-proper-lockfileالصورة الرمزية لـ IndigoUnited

    IndigoUnited/node-proper-lockfile

    280عرض على GitHub↗

    npm-url:https://npmjs.org/package/proper-lockfile downloads-image:https://img.shields.io/npm/dm/proper-lockfile.svg npm-image:https://img.shields.io/npm/v/proper-lockfile.svg travis-url:https://travis-ci.org/moxystudio/node-proper-lockfile…

    JavaScript
    عرض على GitHub↗280
  • isaacs/node-globالصورة الرمزية لـ isaacs

    isaacs/node-glob

    8,710عرض على GitHub↗

    node-glob is a Node.js library for finding and matching files and directories using glob patterns. It functions as a filesystem traversal tool and path resolution library, enabling the identification of entries within directory trees based on specific search criteria. The project features a virtual filesystem interface, allowing native filesystem methods to be replaced with custom objects. This enables pattern matching against mocked data or non-native storage systems. The toolkit covers a broad range of filesystem operations, including recursive directory traversal, path normalization acros

    TypeScript
    عرض على GitHub↗8,710
  • isaacs/node-graceful-fsالصورة الرمزية لـ isaacs

    isaacs/node-graceful-fs

    1,302عرض على GitHub↗

    fs with incremental backoff on EMFILE

    JavaScript
    عرض على GitHub↗1,302
  • isaacs/node-mkdirpالصورة الرمزية لـ isaacs

    isaacs/node-mkdirp

    200عرض على GitHub↗

    Recursively mkdir, like mkdir -p, but in node.js

    TypeScript
    عرض على GitHub↗200
  • isaacs/rimrafالصورة الرمزية لـ isaacs

    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
  • jprichardson/node-fs-extraالصورة الرمزية لـ jprichardson

    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
  • kdabir/directreeالصورة الرمزية لـ kdabir

    kdabir/directree

    15عرض على GitHub↗

    DirecTree

    Groovy
    عرض على GitHub↗15
  • kevva/lnfsالصورة الرمزية لـ kevva

    kevva/lnfs

    14عرض على GitHub↗

    ` $ npm install lnfs `

    JavaScript
    عرض على GitHub↗14
  • mrmlnc/fast-globM

    mrmlnc/fast-glob

    0عرض على GitHub↗

    This package provides methods for traversing the file system and returning pathnames that matched a defined set of a specified pattern according to the rules used by the Unix Bash shell with some simplifications, meanwhile results are returned in arbitrary order. Quick, simple, effective.

    عرض على GitHub↗0
  • nspragg/filehoundالصورة الرمزية لـ nspragg

    nspragg/filehound

    222عرض على GitHub↗

    Flexible and fluent interface for searching the file system

    JavaScript
    عرض على GitHub↗222
  • paulmillr/chokidarالصورة الرمزية لـ paulmillr

    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
  • sindresorhus/cpyالصورة الرمزية لـ sindresorhus

    sindresorhus/cpy

    436عرض على GitHub↗

    Copy files

    JavaScript
    عرض على GitHub↗436
  • sindresorhus/delالصورة الرمزية لـ sindresorhus

    sindresorhus/del

    1,345عرض على GitHub↗

    Delete files and directories

    JavaScript
    عرض على GitHub↗1,345
  • sindresorhus/filenamifyالصورة الرمزية لـ sindresorhus

    sindresorhus/filenamify

    518عرض على GitHub↗

    Convert a string to a valid safe filename

    JavaScript
    عرض على GitHub↗518
  • sindresorhus/find-upالصورة الرمزية لـ sindresorhus

    sindresorhus/find-up

    640عرض على GitHub↗

    Find a file or directory by walking up parent directories

    JavaScript
    عرض على GitHub↗640
  • sindresorhus/globbyالصورة الرمزية لـ sindresorhus

    sindresorhus/globby

    2,644عرض على GitHub↗

    User-friendly glob matching

    JavaScriptdirectoriesfilesglob
    عرض على GitHub↗2,644
  • sindresorhus/make-dirالصورة الرمزية لـ sindresorhus

    sindresorhus/make-dir

    480عرض على GitHub↗

    Supports a custom fs implementation.

    JavaScript
    عرض على GitHub↗480
  • sindresorhus/move-fileالصورة الرمزية لـ sindresorhus

    sindresorhus/move-file

    207عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗207
  • sindresorhus/temp-dirS

    sindresorhus/temp-dir

    0عرض على GitHub↗

    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.

    عرض على GitHub↗0
  • sindresorhus/tempyالصورة الرمزية لـ sindresorhus

    sindresorhus/tempy

    446عرض على GitHub↗

    Get a random temporary file or directory path

    JavaScript
    عرض على GitHub↗446
  • streamich/memfsالصورة الرمزية لـ streamich

    streamich/memfs

    2,074عرض على GitHub↗

    npm-url: https://www.npmjs.com/package/memfs npm-badge: https://img.shields.io/npm/v/memfs.svg

    TypeScript
    عرض على GitHub↗2,074