README.md
# Hexper
[](https://hex.pm/packages/hexper)
[](https://travis-ci.org/Sylhare/Elixir)
[](https://codecov.io/gh/Sylhare/Elixir)
## Installation
Available in [Hex](https://hex.pm/docs/publish), the package can be installed
by adding `hexper` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:hexper, "~> 0.1.0"}
]
end
```
You can add it (The hello CLI part) to your project using:
```elixir
mix escript.install hex hexper
```
## Features
This hexper package is mostly a test to explore Elixir, it features:
- `Hexper` in saying hello world
- `Factor` to get some 'factorization' going on
- `FizzBuzz` because it never gets old
- `Hello` a module to say hello to anyone