@fuweichin/fs-r
v0.1.0
Published
fs recursive functions
Downloads
1
Maintainers
Readme
@fuweichin/fs-r
fs recursive functions, inspired by POSIX and Apache Commons IO.
Features
- copy directory recursively
- overwrite existing dest?
- read symbolic link?
- preserve file date?
- given filepath and stats, tell if file need to be copied?
- mkdir recursively
- remove directory recursively
Installation
npm install --save @fuweichin/fs-r
Documentation
see doc/api.md.
Examples
see spec/indexSpec.js.