uppity

2.0.1 • Public • Published

uppity

test

Glob every directory in the current branch of the file system tree, returning files that match in order from closest to furthest. Synchronously, because this is intended for CLI usage.

This is pretty new, findup-sync may be more like what you're after.

Usage

Install via NPM: npm install uppity

const uppity = require("uppity");
    
const files = uppity("*.txt");

uppity(pattern, [options])

  • pattern {String} Pattern to be matched
  • options {Object} glob options

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.1
    2
    • latest

Version History

Package Sidebar

Install

npm i uppity

Weekly Downloads

14

Version

2.0.1

License

MIT

Unpacked Size

2.02 kB

Total Files

3

Last publish

Collaborators

  • anet-hmacdonald
  • kevinkace
  • hjhopp
  • tivac