Skip to content

1-liners/get-modules

Repository files navigation

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

About

Utility for 1-liners build: get all filenames in the `./modules` folder

Resources

License

Stars

Watchers

Forks

Packages

No packages published