Ecosyste.ms: Awesome
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: about 6 hours ago
JSON representation
A NodeJS Package to read the contents of a Directory
- Host: GitHub
- URL: https://github.com/u-c-s/the-dir-reader
- Owner: U-C-S
- License: mit
- Created: 2020-11-19T14:58:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-13T04:27:38.000Z (over 3 years ago)
- Last Synced: 2024-10-12T14:34:10.416Z (about 1 month ago)
- Topics: nodejs, nodejs-application
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/the-dir-reader
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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