ewdev/glob
v0.1.3-rc.1 ·
[Fork] glob/wildcard filtering utility for lune
Fork of https://github.com/jiwonz/glob-lune containing my fixes & updates that may not merged into the official repository yet.
glob-lune
glob
implementation in luau for lune runtime heavily inspired by glob
Installation
Install via pesde (Recommended)
pesde add jiwonz/glob
Example code
local files = glob("**/*.js", { ignore = "node_modules\\**" })
print("glob result:", files)
Credits & Special thanks
- Inspiration: glob
glob
to regex: globrex-lune- Beautiful & useful built-in libraries: Lune