find-up-glob-cli
v1.0.0
Published
Find a file by walking up parent directories
Downloads
10
Maintainers
Readme
find-up-glob-cli
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