README.md

# Hexper

[![Hex pm](http://img.shields.io/hexpm/v/hexper.svg?style=flat)](https://hex.pm/packages/hexper)
[![Build Status](https://travis-ci.org/Sylhare/Elixir.svg?branch=master)](https://travis-ci.org/Sylhare/Elixir)
[![codecov](https://codecov.io/gh/Sylhare/Elixir/branch/master/graph/badge.svg)](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