fs-jetpack
Advanced tools
Changelog
0.9.0 (2016-05-10)
read()
, list()
, inspect()
and inspectTree()
returns undefined
instead of null
if path doesn't exist.dir()
, file()
and list()
.Changelog
0.8.0 (2016-04-09)
find()
now distinguishes between files and directories and by default searches only for files (previously searched for both).find()
no longer can be configured with returnAs
parameter and returns always relative paths (previously returned absolute).list()
no longer accepts useInspect
as a parameter. To achieve old behaviour use jetpack.list()
with Array.map()
.jetpack.read('sth', 'buf')
, do jetpack.read('sth', 'buffer')
instead.remove()
, list()
and find()
now can be called without provided path
, and defaults to CWD in that case.Changelog
0.7.0 (2015-07-20)
matching
option in copy()
and find()
resolves glob patterns to the folder you want copy or find stuff in (previously CWD was used).