An open API service indexing awesome lists of open source software.

https://github.com/boo1ean/nearest-file

Find nearest file in path
https://github.com/boo1ean/nearest-file

Last synced: 4 months ago
JSON representation

Find nearest file in path

Awesome Lists containing this project

README

        

## Find nearest file in path

```javascript
var find = require('nearest-file');
// Get content of nearest .gitconfig in given path from end to root
var config = find(__dirname, '.gitconfig');
```