Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

find-up-glob-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

find-up-glob-cli

Find a file by walking up parent directories

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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

License

MIT

Keywords

find

FAQs

Package last updated on 07 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts