https://github.com/fab-elixir/fab_company
Fab.Company is an Elixir library for generating random information about a business
https://github.com/fab-elixir/fab_company
elixir fab faker
Last synced: 3 months ago
JSON representation
Fab.Company is an Elixir library for generating random information about a business
- Host: GitHub
- URL: https://github.com/fab-elixir/fab_company
- Owner: Fab-Elixir
- License: mit
- Created: 2025-05-16T15:18:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-01T14:02:19.000Z (4 months ago)
- Last Synced: 2026-03-01T17:41:06.042Z (4 months ago)
- Topics: elixir, fab, faker
- Language: Elixir
- Homepage: https://hexdocs.pm/fab_company/
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Fab.Company
`Fab.Company` is an Elixir library for generating random information about a business.
## Installation
Add `:fab_company` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:fab_company, "~> 1.0"}
]
end
```
## Important Links
- [Documentation](https://hexdocs.pm/fab_company/)