Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.44 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.44 KB

Coverage Status Build Status Dependency Status npm version

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
stoeffel hemanth tomekwi

created with gh-contributors-table

License

MIT © stoeffel tomekwi hemanth