Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vilicvane/clime-glob

Clime string-castable objects that expand glob patterns to paths.
https://github.com/vilicvane/clime-glob

Last synced: about 1 month ago
JSON representation

Clime string-castable objects that expand glob patterns to paths.

Awesome Lists containing this project

README

        

[![NPM Package](https://badge.fury.io/js/clime-glob.svg)](https://www.npmjs.com/package/clime-glob)
[![Build Status](https://travis-ci.org/vilic/clime-glob.svg)](https://travis-ci.org/vilic/clime-glob)

# Clime Glob Objects

Provides easy access to glob matching for Clime command.

## Installation

```sh
npm install clime-glob --save
```

## Classes

| Constructor | Description |
| --- | --- |
| `Matches` | Find file names that match the given comma separated glob patterns. |

## License

MIT License.