Packages

Fab is a lightweight Elixir library for generating fake data

Current section

Files

Jump to
fab README.md
Raw

README.md

# Fab
Fab is a lightweight Elixir library for generating fake data.
## Installation
Add `:fab` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:fab, "~> 1.1"}
]
end
```
## Important Links
- [Documentation](ihttps://hexdocs.pm/fab/).