36 packages found
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
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
npm install ts-fs-promise --save
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
Node file system library and fs-extra module promisified with bluebird
Asynchronous file system library with chainable Q promises for Node.js
fs-blob-store with promises
This is a 'fs' promising wrapper for file operations which contains various fs-related common tasks. it will make your code more concise,neat and efficient
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
Recursively walk file system tree and callback on every file
Adapts the Node.js File System API (fs) for use with TypeScript async/await
Node.js fs next-gen extra (nextra) methods.
fs: then-ified, extended, and dependency-free
- fs
- then
- thenified
- promiseified
- promisified
- promises
- promised
- promise
- extends
- extended
- extend
- files
- file
- system
- View more

Recursively read a directory, blazing fast.
'fs' object extensions & promisifications
- fs
- file system
- filesystem
- directory
- dir
- file
- exists
- create
- remove
- delete
- synchrone
- asynchrone
- promise
- mkdirp
- View more
The elegant and handy alternative to path, fs and glob
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.