awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to avoidwork/filesize.js

Open-source alternatives to Filesize.js

30 open-source projects similar to avoidwork/filesize.js, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Filesize.js alternative.

  • andyogo/node-sync-globAndyOGo avatar

    AndyOGo/node-sync-glob

    19View on GitHub↗

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

    JavaScript
    View on GitHub↗19
  • avianflu/ncpAvianFlu avatar

    AvianFlu/ncp

    683View on GitHub↗

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

    JavaScript
    View on GitHub↗683
  • bevry/istextorbinarybevry avatar

    bevry/istextorbinary

    157View on GitHub↗

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

    TypeScript
    View on GitHub↗157
  • bruce/node-tempbruce avatar

    bruce/node-temp

    450View on GitHub↗

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

    JavaScript
    View on GitHub↗450
  • calvinmetcalf/copyfilescalvinmetcalf avatar

    calvinmetcalf/copyfiles

    422View on GitHub↗

    copyfiles

    JavaScript
    View on GitHub↗422
  • facebook/watchmanfacebook avatar

    facebook/watchman

    13,613View on 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++
    View on GitHub↗13,613

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • gliviu/dir-comparegliviu avatar

    gliviu/dir-compare

    202View on GitHub↗

    dir-compare Node JS directory compare

    TypeScript
    View on GitHub↗202
  • gulpjs/vinyl-fsgulpjs avatar

    gulpjs/vinyl-fs

    973View on GitHub↗

    Vinyl adapter for the file system.

    JavaScript
    View on GitHub↗973
  • indigounited/node-proper-lockfileIndigoUnited avatar

    IndigoUnited/node-proper-lockfile

    280View on 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
    View on GitHub↗280
  • isaacs/node-globisaacs avatar

    isaacs/node-glob

    8,710View on 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
    View on GitHub↗8,710
  • isaacs/node-graceful-fsisaacs avatar

    isaacs/node-graceful-fs

    1,302View on GitHub↗

    fs with incremental backoff on EMFILE

    JavaScript
    View on GitHub↗1,302
  • isaacs/node-mkdirpisaacs avatar

    isaacs/node-mkdirp

    200View on GitHub↗

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

    TypeScript
    View on GitHub↗200
  • isaacs/rimrafisaacs avatar

    isaacs/rimraf

    5,846View on 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
    View on GitHub↗5,846
  • jprichardson/node-fs-extrajprichardson avatar

    jprichardson/node-fs-extra

    9,610View on 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
    View on GitHub↗9,610
  • kdabir/directreekdabir avatar

    kdabir/directree

    15View on GitHub↗

    DirecTree

    Groovy
    View on GitHub↗15
  • kevva/lnfskevva avatar

    kevva/lnfs

    14View on GitHub↗

    ` $ npm install lnfs `

    JavaScript
    View on GitHub↗14
  • marc136/node-folder-hashmarc136 avatar

    marc136/node-folder-hash

    117View on GitHub↗

    Create a hash checksum over a folder or a file. The hashes are propagated upwards, the hash that is returned for a folder is generated over all the hashes of its children. The hashes are generated with the sha1 algorithm and returned in base64 encoding by default.

    JavaScript
    View on GitHub↗117
  • mrmlnc/fast-globM

    mrmlnc/fast-glob

    0View on 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.

    View on GitHub↗0
  • nspragg/filehoundnspragg avatar

    nspragg/filehound

    222View on GitHub↗

    Flexible and fluent interface for searching the file system

    JavaScript
    View on GitHub↗222
  • paulmillr/chokidarpaulmillr avatar

    paulmillr/chokidar

    12,143View on 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
    View on GitHub↗12,143
  • sindresorhus/cpysindresorhus avatar

    sindresorhus/cpy

    436View on GitHub↗

    Copy files

    JavaScript
    View on GitHub↗436
  • sindresorhus/delsindresorhus avatar

    sindresorhus/del

    1,345View on GitHub↗

    Delete files and directories

    JavaScript
    View on GitHub↗1,345
  • sindresorhus/filenamifysindresorhus avatar

    sindresorhus/filenamify

    518View on GitHub↗

    Convert a string to a valid safe filename

    JavaScript
    View on GitHub↗518
  • sindresorhus/find-upsindresorhus avatar

    sindresorhus/find-up

    640View on GitHub↗

    Find a file or directory by walking up parent directories

    JavaScript
    View on GitHub↗640
  • sindresorhus/globbysindresorhus avatar

    sindresorhus/globby

    2,644View on GitHub↗

    User-friendly glob matching

    JavaScriptdirectoriesfilesglob
    View on GitHub↗2,644
  • sindresorhus/make-dirsindresorhus avatar

    sindresorhus/make-dir

    480View on GitHub↗

    Supports a custom fs implementation.

    JavaScript
    View on GitHub↗480
  • sindresorhus/move-filesindresorhus avatar

    sindresorhus/move-file

    207View on GitHub↗

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

    JavaScript
    View on GitHub↗207
  • sindresorhus/temp-dirS

    sindresorhus/temp-dir

    0View on 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.

    View on GitHub↗0
  • sindresorhus/tempysindresorhus avatar

    sindresorhus/tempy

    446View on GitHub↗

    Get a random temporary file or directory path

    JavaScript
    View on GitHub↗446
  • streamich/memfsstreamich avatar

    streamich/memfs

    2,074View on GitHub↗

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

    TypeScript
    View on GitHub↗2,074