README.md
# 
[](https://github.com/padde/faux/actions/workflows/ci.yaml)
[](https://hex.pm/packages/faux)
[](https://hexdocs.pm/faux/)
[](https://hex.pm/packages/faux)
*Generate high quality fake data with Elixir.*
## Installation
Install by adding `faux` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:faux, "~> 0.1.0"}
]
end
```
See the [online documentation](https://hexdocs.pm/faux) for more information on
how to get started with Faux.
## Examples
```elixir
iex> Faux.hello()
:world
```