File system traversal with Node.js and node-walk
Node.js

Traverse & Read Files in the File System using Node.js and node-walk

Recently I had to build a static site generator using Node. My build script traversed, sorted and filtered files, and […]