Blog > New npm module: read-a-dir

November 1, 2020

Today, November 1st 2020, I have published my second NodeJS module in the npm repository.

It is a simple utility to load the contents of a directory and recursively load the subdirectories as well. The module is called read-a-dir and can be found here. Its source code is available in GitHub .

I have programmed similar utilities in several projects, so I decided to promote it to an independent component. Actually the tool that generates the web for this blog uses it.