0.1.0 • Published 5 years ago

@fuweichin/fs-r v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@fuweichin/fs-r

fs recursive functions, inspired by POSIX and Apache Commons IO.

npm version

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.