jiwonz/glob

glob/wildcard filtering utility for lune

glob-lune

glob implementation in luau for lune runtime heavily inspired by glob

Usage

Install with git submodule

git submodule add [url] [path/to/submodule]

Example code

local files = glob("**/*.js", { ignore = "node_modules\\**" })

print("glob result:", files)

Dependencies

This library depends on lune-path-fs and globrex-lune

Credits & Special thanks