NeoFaker
NeoFaker is a fake data generator for Elixir tests and development environments.
Requirements
- Erlang:
28.0or newer - Elixir:
1.18.4-otp-28or newer
Installation
See the Getting Started Guide for installation instructions.
Usage
Generate fake data with NeoFaker:
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. For a quick overview, see the Cheat Sheet.
License
Licensed under the MIT License.