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

/uppity/

    Package Sidebar

    Install

    npm i uppity

    Weekly Downloads

    12

    Version

    2.0.1

    License

    MIT

    Unpacked Size

    2.02 kB

    Total Files

    3

    Last publish

    Collaborators

    • anet-hmacdonald
    • kevinkace
    • hjhopp
    • tivac