get-modules
v1.0.2
Published
get all filenames from `./modules`
Downloads
621
Readme
get-modules
get all filenames from
./modules
Usage
Install
$ npm install --save get-modules
Usage
import getModules from 'get-modules';
getModules(__dirname, (err, files) => err? console.error('Doh!') : console.log(files));
CLI
get-modules ./
Maintainers
| | | | | :--:|:--:|:--: | | stoeffel | hemanth | tomekwi |
created with gh-contributors-table