get all filenames from
./modules
$ npm install --save get-modules
import getModules from 'get-modules';
getModules(__dirname, (err, files) => err? console.error('Doh!') : console.log(files));
get-modules ./
stoeffel | hemanth | tomekwi |
created with gh-contributors-table