Fake data generator for Elixir tests and development environments.
To use NeoFaker, your environment must meet the following requirements:
- Erlang: Version
27.0
or later - Elixir: Version
1.18.0-otp-27
or later
To install NeoFaker, follow the instructions in the Getting Started Guide.
NeoFaker provides functions to generate fake data. Examples:
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, visit the API Reference. For a quick overview, refer to the Cheat Sheet.
NeoFaker is licensed under the MIT License.