Current section
Files
Jump to
Current section
Files
path_match
README.md
README.md
# PathMatch
An elixir library to match file paths using glob expressions
Installation
------------
```elixir
def deps do
[{ :path_match, "~> 0.1.0" }]
end
```