README.md
# Cldr Currencies Extra
[![Hex.pm](https://img.shields.io/hexpm/v/ex_cldr_currencies_extra.svg)](https://hex.pm/packages/ex_cldr_currencies_extra)
[![built with Nix](https://img.shields.io/badge/built%20with%20Nix-5277C3?logo=nixos&logoColor=white)](https://builtwithnix.org)
> Extra utils for `Cldr.Currency`.
## Installation
Add `ex_cldr_currencies_extra` to the list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_cldr_currencies_extra, <requirement>}
]
end
```
## Usage
For more information, see the [documentation](https://hexdocs.pm/ex_cldr_currencies_extra).
## License
Apache License 2.0