get-modules
1.0.2 • Public • Published

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
Maintainers
created with gh-contributors-table
License
MIT © stoeffel tomekwi hemanth
Package Sidebar
Install
Weekly Downloads