https://github.com/cdnjs/glob
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cdnjs/glob
- Owner: cdnjs
- Created: 2020-03-14T19:32:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T13:05:56.000Z (about 6 years ago)
- Last Synced: 2024-10-29T10:08:09.591Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# glob
> List files given a glob pattern
It's a workaround to the lack of ohmyglob implementation written in Golang and
we want to maintain backward compatibility with `npmFileMap`s.
## usage
```sh
index.js "pattern"
```