README.md

# Smallex

Smallex is a Elixir small utilities. Here is an example:

```elixir
iex> 

```

See the [online documentation](https://hexdocs.pm/smallex).

## Installation

Add to your ```mix.exs``` file:

```elixir
def deps do
  [
    {:smallex, "~> 0.0.1"}
  ]
end
```

## License
This project is licensed under the terms of the MIT license, see LICENSE.