https://github.com/fab-elixir/fab_word
Fab.Word is an Elixir library for generating random words.
https://github.com/fab-elixir/fab_word
elixir fab faker
Last synced: 4 months ago
JSON representation
Fab.Word is an Elixir library for generating random words.
- Host: GitHub
- URL: https://github.com/fab-elixir/fab_word
- Owner: Fab-Elixir
- License: mit
- Created: 2025-05-07T19:05:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-11T13:53:38.000Z (10 months ago)
- Last Synced: 2025-08-15T02:55:08.037Z (10 months ago)
- Topics: elixir, fab, faker
- Language: Elixir
- Homepage: https://hexdocs.pm/fab_word/
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Fab.Word
`Fab.Word` is an Elixir library for generating random words.
## Installation
Add `:fab_word` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:fab_word, "~> 1.0"}
]
end
```
## Important Links
- [Documentation](https://hexdocs.pm/fab_word/)