listy

2.1.1 • Public • Published

listy

Build Status NPM version Dependency Status devDependency Status

List resolved paths from any arguments.

Usage

const listy = require('listy');
const files = listy('./**/*.js');
// JavaScript files

Install

With npm do:

$ npm install listy

API

listy(arguments[, options])

arguments

Type: String or Array<String>

options

Type: Object which contains following optional parameters.

  • ext (Type: String)
  • filter (Type: Function)

They will filter resolved file paths.

License

MIT: http://1000ch.mit-license.org

Readme

Keywords

none

Package Sidebar

Install

npm i listy

Weekly Downloads

8

Version

2.1.1

License

MIT

Last publish

Collaborators

  • 1000ch