find-up-glob-cli

1.0.0 • Public • Published

find-up-glob-cli

travis status npm version npm download david dependency

Find a file by walking up parent directories

Like find-up-cli but using minimatch

Installation

$ npm install --global find-up-glob-cli

Usage

/
└── Users
    └── tanhauhau
        ├── unicorn.png
        └── foo
            └── bar
                ├── a.js
                └── b.js
            └── awesome.txt
            └── super.txt
echo $PWD
/Users/tanhauhau/foo/bar
 
$ find-up-glob *.js
/Users/tanhauhau/foo/bar/a.js
/Users/tanhauhau/foo/bar/b.js

Related

License

MIT

Dependents (0)

Package Sidebar

Install

npm i find-up-glob-cli

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • tanhauhau