Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 6 hours 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