24 مستودعات
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 هو أداة حذف ملفات متكررة لـ Node.js وأداة مساعدة لنظام الملفات عبر الأنظمة الأساسية. يوفر كلاً من مكتبة برمجية وواجهة سطر أوامر لإزالة الملفات والأدلة وجميع محتوياتها عبر أنظمة تشغيل مختلفة. تدعم الأداة حذف الملفات القائم على glob، مما يسمح بإزالة العناصر التي تطابق أنماط أحرف البدل المحددة بدلاً من المسارات الحرفية فقط. كما تتضمن القدرة على إجهاض عمليات الحذف في منتصف التنفيذ وتطبيق تصفية مخصصة قائمة على المسند (predicate) لاستبعاد ملفات أو مجلدات معينة. يغطي المشروع إمكانات واسعة لإدارة نظام الملفات بما في ذلك الاجتياز المتكرر من العمق أولاً، وتطبيع المسار عبر الأنظمة الأساسية، و I/O غير المتزامن. تمكن هذه الميزات مهام مثل إزالة نتاج البناء المؤتمتة وتنظيف مساحة عمل المشروع العامة.
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.