241 packages found
Read the entire contents of a file.
Find the first file matching a given pattern in the current directory or the nearest ancestor directory.
Write data to a file, replacing the file if it already exists and creating any intermediate directories if they don't already exist. Thin wrapper around node's native fs methods.
- async
- file path
- file system
- file
- filepath
- files
- filesystem
- folder
- fs
- fs.writeFile
- fs.writeFileSync
- path
- promise
- streams
- View more
Synchronize files or folders locally, with a watch option
A simple logger to console or file
Synchronize files and folders locally by glob patterns, watch option included.
Sync file It keeps your files synced between two directory. In other words, any change of files in one directory will automatically take place in another one.
An easy-to-use wildcard globbing library.
Test whether a path exists on the filesystem.
Resolve a path by walking parent directories.
Synchronously write a file and create its ancestor directories if needed
Asynchronous file system library with chainable Q promises for Node.js
Copy file globs, watching for changes.
io.js/node.js mmap bindings revisited.
Copy file globs, watching for changes.
A simple logger to console or file
[](https://github.com/barbarbar338/bookman) [![license](https://img.shields.io/github/license/barbarbar338/bookman?logo=github&style=for-the-ba
Recursively reads all files or directories in the directory.
Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.