Current section
Files
Jump to
Current section
Files
README.md
# CommonX
[](https://hex.pm/packages/common_x)
[](https://travis-ci.org/IanLuites/common_x)
[](https://coveralls.io/github/IanLuites/common_x?branch=master)
[](LICENSE)
Extension of common Elixir modules.
## Installation
The package can be installed by adding `common_x` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:common_x, "~> 0.0.1"}
]
end
```
The docs can be found at [https://hexdocs.pm/common_x](https://hexdocs.pm/common_x).