Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vilicvane/clime-glob
- Owner: vilicvane
- Created: 2016-09-22T16:53:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T12:55:47.000Z (about 7 years ago)
- Last Synced: 2024-11-30T15:41:52.861Z (about 1 month ago)
- Language: TypeScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.