Skip to content

muzhawir/neo_faker

Repository files navigation

NeoFaker Logo

NeoFaker

Hex.pm Version Hex.pm Downloads Elixir CI

Fake data generator for Elixir tests and development environments.

Requirements

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

Installation

To install NeoFaker, follow the instructions in the Getting Started Guide.

Usage

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.

License

NeoFaker is licensed under the MIT License.

About

Fake data generator for Elixir tests and development environments.

Topics

Resources

License

Stars

Watchers

Forks

Languages