Socket
Book a DemoInstallSign in
Socket

get-modules

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-modules

get all filenames from `./modules`

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
3
Created
Source

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

stoeffelhemanthtomekwi
stoeffelhemanthtomekwi

created with gh-contributors-table

License

MIT © stoeffel tomekwi hemanth

Keywords

oneliners

FAQs

Package last updated on 29 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts