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
- Host: GitHub
- URL: https://github.com/fab-elixir/fab
- Owner: Fab-Elixir
- License: mit
- Created: 2025-05-05T21:00:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-28T16:52:17.000Z (4 months ago)
- Last Synced: 2026-02-28T19:42:37.468Z (4 months ago)
- Topics: elixir, faker
- Language: Elixir
- Homepage: https://hexdocs.pm/fab/
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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/)