get the path of all files with a given extension
Get the path of the parent module
Get an array of all files in a directory and subdirectories.
Make a directory and its parents if needed - Think `mkdir -p`
Pollyfill for node.js `path.parse`, parses a filepath into an object.
Native file system operations for Bare
Write data to a random temporary file
Recursively read a directory
Detects if a file is binary in Node.js. Similar to Perl's -B.
Uses [`@percy/config`](/packages/config) to add CLI commands for creating, validating, and updating Percy configuration files.
Read a chunk from a file
Recursive-Length Prefix (RLP) coder.
istanbul reports
File edition helpers working on top of mem-fs
Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.
Read and parse a YAML file
Synchronously get the current git commit hash, tag, or branch
Convert a file path to a file url: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`
(recursive)? merging of (cloned)? objects.
Simple, flexible file copy utility
node-fs is an extension to the original nodejs fs library, offering new functionalities.
Recursively resolve promises within objects
Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`
Stringify and write JSON to a file atomically