README.md
# BusCarDsl
[](https://travis-ci.org/elbow-jason/bus_car_dsl)
**A Domain Specific Language for composing ElasticSearch queries without all the nesting.**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `bus_car_dsl` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:bus_car_dsl, "~> 0.1.1"}]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/bus_car_dsl](https://hexdocs.pm/bus_car_dsl).