awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 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-globAvatar de AndyOGo

    AndyOGo/node-sync-glob

    19Ver en GitHub↗

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

    JavaScript
    Ver en GitHub↗19
  • avianflu/ncpAvatar de AvianFlu

    AvianFlu/ncp

    683Ver en GitHub↗

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

    JavaScript
    Ver en GitHub↗683
  • bevry/istextorbinaryAvatar de bevry

    bevry/istextorbinary

    157Ver en GitHub↗

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

    TypeScript
    Ver en GitHub↗157
  • bruce/node-tempAvatar de bruce

    bruce/node-temp

    450Ver en GitHub↗

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

    JavaScript
    Ver en GitHub↗450
  • calvinmetcalf/copyfilesAvatar de calvinmetcalf

    calvinmetcalf/copyfiles

    422Ver en GitHub↗

    copyfiles

    JavaScript
    Ver en GitHub↗422
  • facebook/watchmanAvatar de facebook

    facebook/watchman

    13,613Ver en 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++
    Ver en GitHub↗13,613

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • gliviu/dir-compareAvatar de gliviu

    gliviu/dir-compare

    202Ver en GitHub↗

    dir-compare Node JS directory compare

    TypeScript
    Ver en GitHub↗202
  • gulpjs/vinyl-fsAvatar de gulpjs

    gulpjs/vinyl-fs

    973Ver en GitHub↗

    Vinyl adapter for the file system.

    JavaScript
    Ver en GitHub↗973
  • indigounited/node-proper-lockfileAvatar de IndigoUnited

    IndigoUnited/node-proper-lockfile

    280Ver en 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
    Ver en GitHub↗280
  • isaacs/node-globAvatar de isaacs

    isaacs/node-glob

    8,710Ver en 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
    Ver en GitHub↗8,710
  • isaacs/node-graceful-fsAvatar de isaacs

    isaacs/node-graceful-fs

    1,302Ver en GitHub↗

    fs with incremental backoff on EMFILE

    JavaScript
    Ver en GitHub↗1,302
  • isaacs/node-mkdirpAvatar de isaacs

    isaacs/node-mkdirp

    200Ver en GitHub↗

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

    TypeScript
    Ver en GitHub↗200
  • isaacs/rimrafAvatar de isaacs

    isaacs/rimraf

    5,846Ver en 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
    Ver en GitHub↗5,846
  • jprichardson/node-fs-extraAvatar de jprichardson

    jprichardson/node-fs-extra

    9,610Ver en 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
    Ver en GitHub↗9,610
  • kdabir/directreeAvatar de kdabir

    kdabir/directree

    15Ver en GitHub↗

    DirecTree

    Groovy
    Ver en GitHub↗15
  • kevva/lnfsAvatar de kevva

    kevva/lnfs

    14Ver en GitHub↗

    ` $ npm install lnfs `

    JavaScript
    Ver en GitHub↗14
  • marc136/node-folder-hashAvatar de marc136

    marc136/node-folder-hash

    117Ver en 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
    Ver en GitHub↗117
  • mrmlnc/fast-globM

    mrmlnc/fast-glob

    0Ver en 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.

    Ver en GitHub↗0
  • nspragg/filehoundAvatar de nspragg

    nspragg/filehound

    222Ver en GitHub↗

    Flexible and fluent interface for searching the file system

    JavaScript
    Ver en GitHub↗222
  • paulmillr/chokidarAvatar de paulmillr

    paulmillr/chokidar

    12,143Ver en 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
    Ver en GitHub↗12,143
  • sindresorhus/cpyAvatar de sindresorhus

    sindresorhus/cpy

    436Ver en GitHub↗

    Copy files

    JavaScript
    Ver en GitHub↗436
  • sindresorhus/delAvatar de sindresorhus

    sindresorhus/del

    1,345Ver en GitHub↗

    Delete files and directories

    JavaScript
    Ver en GitHub↗1,345
  • sindresorhus/filenamifyAvatar de sindresorhus

    sindresorhus/filenamify

    518Ver en GitHub↗

    Convert a string to a valid safe filename

    JavaScript
    Ver en GitHub↗518
  • sindresorhus/find-upAvatar de sindresorhus

    sindresorhus/find-up

    640Ver en GitHub↗

    Find a file or directory by walking up parent directories

    JavaScript
    Ver en GitHub↗640
  • sindresorhus/globbyAvatar de sindresorhus

    sindresorhus/globby

    2,644Ver en GitHub↗

    User-friendly glob matching

    JavaScriptdirectoriesfilesglob
    Ver en GitHub↗2,644
  • sindresorhus/make-dirAvatar de sindresorhus

    sindresorhus/make-dir

    480Ver en GitHub↗

    Supports a custom fs implementation.

    JavaScript
    Ver en GitHub↗480
  • sindresorhus/move-fileAvatar de sindresorhus

    sindresorhus/move-file

    207Ver en GitHub↗

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

    JavaScript
    Ver en GitHub↗207
  • sindresorhus/temp-dirS

    sindresorhus/temp-dir

    0Ver en 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.

    Ver en GitHub↗0
  • sindresorhus/tempyAvatar de sindresorhus

    sindresorhus/tempy

    446Ver en GitHub↗

    Get a random temporary file or directory path

    JavaScript
    Ver en GitHub↗446
  • streamich/memfsAvatar de streamich

    streamich/memfs

    2,074Ver en GitHub↗

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

    TypeScript
    Ver en GitHub↗2,074