93 packages found
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Strengthen the ability of file system
path-extra contains methods that aren't included in the vanilla Node.js path package.
A node.js file operations class with methods wrapping fs/promises
Node file system library and fs-extra module promisified with bluebird
fs-extra-new
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
A promissory fs module with extra helpful goodness
Resolve fs.Stat to mimetype, ownername, groupname, and human-readable permissions.
fspp with extended features.
Useful additions to inbuilt fs module.
- extra
- fs
- accessAsync
- appendFileAsync
- chmodAsync
- chownAsync
- copyFileAsync
- cpAsync
- lchownAsync
- linkAsync
- lstatAsync
- lutimesAsync
- mkdirAsync
- mkdtempAsync
- View more
File system operations related utilities based on fs-extra
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
Useful additions to inbuilt fs module {promises}.
- extra
- fs
- CreateReadStreamOptions
- CreateWriteStreamOptions
- FileChangeInfo
- FileHandle
- FileReadOptions
- FileReadResult
- FlagAndOpenMode
- access
- appendFile
- chmod
- chown
- copyFile
- View more
Useful additions to inbuilt fs module {constants}.
- extra
- fs
- constants
- F_OK
- R_OK
- W_OK
- X_OK
- COPYFILE_EXCL
- COPYFILE_FICLONE
- COPYFILE_FICLONE_FORCE
- O_RDONLY
- O_WRONLY
- O_RDWR
- O_CREAT
- View more
Promisefied version of fs-extra and fs that preserves callbacks
Fsep is a library that promisifies the native node FS operation and brings extras into the mix.