An open API service indexing awesome lists of open source software.

https://github.com/u-c-s/the-dir-reader

A NodeJS Package to read the contents of a Directory
https://github.com/u-c-s/the-dir-reader

nodejs nodejs-application

Last synced: 10 months ago
JSON representation

A NodeJS Package to read the contents of a Directory

Awesome Lists containing this project

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[]
}

Note: This package is a work-in-progress