1.0.2 • Published 11 years ago
get-modules v1.0.2
get-modules
get all filenames from
./modules
Usage
Install
$ npm install --save get-modulesUsage
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