ewdev/glob

[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