24 repository-uri
Libraries for managing files, directories, and filesystem events.
Explore 24 awesome GitHub repositories matching part of an awesome list · Filesystem Utilities. Refine with filters or upvote what's useful.
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
Improved cross-platform file watching.
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
Extended filesystem module with promise support.
rimraf este un instrument Node.js pentru ștergerea recursivă a fișierelor și un utilitar de sistem de fișiere cross-platform. Oferă atât o bibliotecă programatică, cât și o interfață CLI pentru eliminarea fișierelor și directoarelor și a întregului lor conținut pe diferite sisteme de operare. Utilitarul suportă ștergerea fișierelor bazată pe glob, permițând eliminarea elementelor care se potrivesc cu tipare wildcard specifice, în loc de simple căi literale. Include, de asemenea, capacitatea de a întrerupe procesele de ștergere în timpul execuției și de a aplica filtrare bazată pe predicate personalizate pentru a exclude fișiere sau foldere specifice. Proiectul acoperă capabilități largi de gestionare a sistemului de fișiere, inclusiv parcurgerea recursivă depth-first, normalizarea căilor cross-platform și I/O asincron. Aceste caracteristici permit sarcini precum eliminarea automată a artefactelor de build și curățarea generală a spațiului de lucru al proiectului.
Cross-platform file and directory deletion.
User-friendly glob matching
Globbing utility with support for multiple patterns.
Delete files and directories
Cross-platform file and folder deletion.
fs with incremental backoff on EMFILE
Enhanced filesystem module with Windows improvements.
Better file system API for Node.js
Convenient and redesigned filesystem API.
Find a file or directory by walking up parent directories
Utility to find files by walking up parent directories.
Convert a string to a valid safe filename
Utility to convert strings into valid filenames.
Supports a custom fs implementation.
Cross-platform directory creation.
Get a random temporary file or directory path
Utility for generating random temporary file or directory paths.
An inter-process and inter-machine lockfile utility that works on a local or network file system.
Utility for inter-process and inter-machine file locking.
Read and parse a JSON file
Helper for reading and parsing JSON files.
Find the root directory of a Node.js project or npm package
Utility to locate the root directory of an npm package.
Flexible and fluent interface for searching the file system
Fluent interface for searching the filesystem.
Stringify and write JSON to a file atomically
Helper for atomically writing JSON to files.
Move a file, directory, or symlink - Even works across devices
Utility to move files across different devices.
Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.
Check if a file is text or binary content.
`sh npm install --global dev-null-cli `
Cross-platform null device utility.