How to use the emptyDirAsync function from fs-extra
Find comprehensive JavaScript fs-extra.emptyDirAsync code examples handpicked from public code repositorys.
GitHub: opencollective/wiki
88 89 90 91 92 93 94 95
/** * Delete Fusebox cache */ () => { console.info(colors.white(' └── ') + colors.green('Clearing fuse-box cache...')) return fs.emptyDirAsync('./.fusebox') } ], f => { return f() })
0
1
4
fs-extra.readFileSync is the most popular function in fs-extra (9724 examples)