1.0.0 • Published 5 years ago
node-fs-improved v1.0.0
node-fs-improved
This is an implementation of the excellent fs-extra
npm package.\
Look at fs-extra
page for extra details.
Installation
npm install node-fs-improved
Usage
Simply use node-fs-improved
as main replacement for node file system manager
const fs = require('node-fs-improved')
Methods
Async
- copy
- emptyDir
- ensureFile
- ensureDir
- ensureLink
- ensureSymlink
- mkdirp
- mkdirs
- move
- outputFile
- outputJson
- pathExists
- readJson
- remove
- writeJson
- getFiles
Sync
1.0.0
5 years ago