get-dir-children-names

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

Usage no npm install needed!

<script type="module">
  import getDirChildrenNames from 'https://cdn.skypack.dev/get-dir-children-names';
</script>

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.