23 packages found
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
Asynchronous file system library with chainable Q promises for Node.js
Safe and easy way to read, write and delete files and directories....plus few additional things.
- fs
- promise
- sync
- file
- directory
- read
- write
- delete
- file system
- file system sync
- file system promise
- file system async
Easy to use file system queue with locking and events. Provide Asynchronous utilities for Directories and File
Copy files or directories using globs.
Interact with the node fs module through promise based functions
Write a JSON file to disk, also creates intermediate directories in the destination path if they don't already exist.
- async
- buffer
- data
- file
- file-system
- filepath
- files
- filesystem
- folder
- format
- fs
- fs.createWriteStream
- fs.writeFile
- fs.writeFileSync
- View more
Adapts the Node.js File System API (fs) for use with TypeScript async/await
Handlebars asynchronous file system compiler and rendering engine with simple interface
Read JSON or YAML files.
utility module for interacting with the file system e.g. asynchronously retreiving list of folders
A simple approach to handling resource concurrency limits within a single system thread.

save file with charset/encoding/iconv
Recursively read a directory, blazing fast.
Copy files or directories using globs.
Recursively read directories and return a list of files, filtered to have only the files for which the (optional) filter function returns `true`. Sync and async.
Copy files or directories using globs.
File system backed store for node with a trivial interface, multiple backups, robust failure recovery, single async load, in-memory cache (effectively synchronous API), background flushing.
Adapts the Node.js File System API (fs) for use with async/await