Packages

Match file paths using glob expressions

Current section

Files

Jump to
path_match README.md
Raw

README.md

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