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
- 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-13T04:27:38.000Z (almost 5 years ago)
- Last Synced: 2025-02-13T05:13:20.449Z (10 months 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