NeoFaker Logo

NeoFaker

Hex.pm VersionHex.pm DownloadsElixir CI

NeoFaker is a fake data generator for Elixir tests and development environments.

Requirements

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.