@aotu/fs
The @aotu/fs
library promotes several useful file system
utilities which you cannot get from the offical fs module.
The most prevalent @aotu/fs
utility is walk()
,
which lets you traverse a directory and get its stuffs in a json tree.
At a Glance
Getting Started
... installation and access-
Walk a directory
... usingwalk()
, traversing a specified directory and return a json tree.Flatten a directory
... usingflatten()
, traversing a specified directory and return an array.
API Reference
... details the low-level functional APIDistribution
... where to find this utility (and a local copy of the docs)Revision History
... peruse various revisionsMIT License
... legal stuff