Promise aware wrapper for Node's fs module
fs: then-ified, extended, and dependency-free
A drop-in replacement for fs, making various improvements.
fs read and write streams based on minipass
fs read and write streams based on minipass
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
minimal implementation of a PassThrough stream
filesystem utilities for the npm cli
Monkey patches for file system related things.
TypeScript definitions for graceful-fs
Allows users to use generators in order to write common functions that can be both sync or async.
Sniff the encoding from a HTML byte stream
modernize node.js to current ECMAScript standards
pipe streams together and close all of them if one of them closes
filesystem bindings for tar-stream
promised FS
In-memory file-system with Node's fs API.
Stubborn versions of Node's fs functions that try really hard to do their job.
mkdirp as promised
Node.js standard library dependencies for fs-related packages
Utility functions for Node.js fs module
Native file system operations for Bare
Native filesystem access for react-native
OpenTelemetry instrumentation for `node:fs` file system interactions module
This is the fs gem we use
A structured object model for the application/x-fs-v1+json media type.
A Seaweed-FS Ruby Client
A library for Ruote processes, based on FS storage and sub-processes
Persist your VCR cassettes to the real FS when using FakeFS
A gem that implements functions from the FS API available for its users.
A Seaweed-FS Ruby Client
`em-fs` provides libraries to access file system commands through an API similar to the Ruby file API for eventmachine.
FS gathers the cluttered methods for working with files and dirs. Internally using the good old standard library, but providing simple methods in a single place.
A gem that implements functions from the FS API available for its users.
fs-ticket is a command line interface to issues/tickets stored in a fossil repository with a design influienced by mutt. This tool supports basic operations such as adding, editing, searching, and viewing tickets in the terminal.
Script to watch files and directories for changes and execute a command. (OSX Only) Similar to dnotify from linux. Usage: $ fs-watch [dirsToWatch...] "echo 'execute me when something happens'"