@fuweichin/fs-r

0.1.0 • Public • Published

@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.

Package Sidebar

Install

npm i @fuweichin/fs-r

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

7.33 kB

Total Files

4

Last publish

Collaborators

  • fuweichin