@c4605/fs-tree
v0.1.1
Published
Inspired by angular-cli schematics, a staging area for fs changes
Downloads
11
Readme
fs-tree
Some useful library
- stat-mode: Offers convenient getters and setters for the fs.stat()'s
mode
- clone-stat: Safely clone node's
fs.Stats
instances without losing their class methods, i.e.stat.isDirectory()
and co.