Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glob patterns #175

Closed
zloirock opened this issue Aug 1, 2021 · 2 comments · Fixed by #178
Closed

Glob patterns #175

zloirock opened this issue Aug 1, 2021 · 2 comments · Fixed by #178

Comments

@zloirock
Copy link
Contributor

zloirock commented Aug 1, 2021

Glob patterns seriously simplify the work with the file system and are used very often. But sometimes I prefer to write some more additional lines and avoid it since the usage of glob patterns requires import and adding a package to dependencies. It could be good to add support of glob patterns to zx.

The best option is to have it on fs-extra side, but the issue about the support of glob patterns was closed in their repo.

I think that it could be good just to add a package for work with glob patterns with a simple promise-based interface, like globby, and expose it as a global variable.

@antonmedv
Copy link
Collaborator

I also was thinking about it. Globby looks nice. (As all Sindre packages). Any other alternatives just to compare?

@antongolub
Copy link
Collaborator

fast-glob?

@zloirock zloirock mentioned this issue Aug 3, 2021
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants