README.md
# FilterQueryParser
Small library to handle parsing of github style filter queries.
## Installation
The package can be installed by adding `filter_query_parser` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:filter_query_parser, "~> 0.1.0"}
]
end
```
The docs can be found at [https://hexdocs.pm/filter_query_parser](https://hexdocs.pm/filter_query_parser).