the-dir-reader

Reads the contents of a Directory

Usage no npm install needed!

<script type="module">
  import theDirReader from 'https://cdn.skypack.dev/the-dir-reader';
</script>

README

the-Dir-Reader

WORK-IN-PROGRESS

A NodeJS Application to read the contents of a Directory and returns the contents of it as Object

returns interface: { fileArray: string[], dirArray: string[] }

What this package can do now?

Note: This package is a work-in-progress

This package can read all the files in your specified folder and Output a JSON file.