An open API service indexing awesome lists of open source software.

https://github.com/fab-elixir/fab

Fab is an Elixir library for generating fake data
https://github.com/fab-elixir/fab

elixir faker

Last synced: 4 months ago
JSON representation

Fab is an Elixir library for generating fake data

Awesome Lists containing this project

README

          

# 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.2"}
]
end
```

## Important Links

- [Documentation](https://hexdocs.pm/fab/)