get-modules

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i get-modules

Weekly Downloads

4

Version

1.0.2

License

MIT

Last publish

Collaborators

  • schtoeffel
  • hemanth
  • tomekwi