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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    3
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i get-modules

Weekly Downloads

3

Version

1.0.2

License

MIT

Last publish

Collaborators

  • schtoeffel
  • hemanth
  • tomekwi