get-dir-children-names
v1.0.2
Published
This is a small library with which you can get the dir's which are in the parent direction. I will update this module and add functions. Btw its my first one
Downloads
2
Readme
Get children directions names
How to use it?
findPath(`src/`, `test`).then((files) => {
console.log(files);
});
I suggest combining it with the app-root-path package.
I hope you enjoy my first module I will try to add more functions and module later.