https://github.com/muzhawir/neo_faker
Fake data generator for Elixir tests and development environments.
https://github.com/muzhawir/neo_faker
elixir faker phoenix testing
Last synced: 5 months ago
JSON representation
Fake data generator for Elixir tests and development environments.
- Host: GitHub
- URL: https://github.com/muzhawir/neo_faker
- Owner: muzhawir
- License: mit
- Created: 2025-02-06T12:17:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-29T06:20:42.000Z (9 months ago)
- Last Synced: 2025-10-11T04:04:02.333Z (9 months ago)
- Topics: elixir, faker, phoenix, testing
- Language: Elixir
- Homepage: https://hexdocs.pm/neo_faker
- Size: 245 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NeoFaker
[](https://hex.pm/packages/neo_faker)
[](https://hex.pm/packages/neo_faker)
[](https://github.com/muzhawir/neo_faker/actions/workflows/build.yml)
NeoFaker is a fake data generator for Elixir tests and development environments.
## Requirements
- **Erlang**: `27.0` or newer
- **Elixir**: `1.18.0-otp-27` or newer
## Installation
See the [Getting Started Guide](https://hexdocs.pm/neo_faker/getting-started.html) for installation instructions.
## Usage
Generate fake data with NeoFaker:
```elixir
iex> NeoFaker.App.name()
"Neo Faker"
iex> NeoFaker.App.description()
"Fake data generator for Elixir tests and development environments."
iex> NeoFaker.App.description(locale: :id_id)
"Penghasil data palsu untuk pengujian dan lingkungan pengembangan Elixir."
```
For detailed documentation, see the [API Reference](https://hexdocs.pm/neo_faker/api-reference.html).
For a quick overview, see the [Cheat Sheet](https://hexdocs.pm/neo_faker/cheat.html).
## License
Licensed under the [MIT License](https://github.com/muzhawir/neo_faker/blob/main/LICENSE.md).