Ffaker
elixir porting of https://github.com/ffaker/ffaker
Installation
The package can be installed as:
- Add
ffakerto your list of dependencies inmix.exs:
```elixir
def deps do
[{:ffaker, "~> 0.0.1"}]
end
```
- Ensure
ffakeris started before your application:
```elixir
def application do
[applications: [:ffaker]]
end
```