Current section
Files
Jump to
Current section
Files
README.md
# Uribe
[](https://travis-ci.com/IlyaOsotov/uribe) [](https://hex.pm/packages/uribe)
URI builder for Elixir lang
## Installation
The package can be installed by adding `uribe` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:uribe, "~> 0.3.0"}
]
end
```
## Documentation
See docs at [hexdocs](https://hexdocs.pm/uribe)