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.
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
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
Interact with the node fs module through promise based functions
Node file system library and fs-extra module promisified with bluebird
Asynchronous file system library with chainable Q promises for Node.js
npm install ts-fs-promise --save
Node.js fs next-gen extra (nextra) methods.
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.

Recursively read a directory, blazing fast.
Replacement fs-extra with secure defaults
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
How path and fs should be designed.
Copy files or directories using globs.
- [Why pathlib-js](#about) - [Usage & API Links](#usage) - [The Wonderful Libraries that this wraps around](#wrappers) - [Testing](#testing) - [Authors](#authors) - [Acknowledgments](#acknowledgement)
- object-oriented
- OOP
- oop
- resolve
- pathlib
- path library
- filepath library
- walk
- tree
- fs
- file
- filepath
- file path
- filesystem
- View more
Extras suite for node fs module
- compare
- compare dir
- compare file
- copy
- create
- cp
- delete
- dir
- directory
- empty
- empty dir
- ensure
- ensure dir
- ensure file
- View more
Adapts the Node.js File System API (fs) for use with TypeScript async/await