Wanderlust 🚶
Wanderlust is a tiny nodeJS script that takes a directory and function as input and walks through every file in the folder and its sub-folders calling the given function once for every file it finds!
<coded/> with ❤︎ and ☕ by Marius Niveri
Getting started 🚀
# install via npm: npm i wanderlust# or use yarn: yarn add wanderlust
And using it is as easy as this:
const walk =
Or if you want to do it synchronously:
const walkSync =