synpixel / rbx-faker

A library that generates Roblox data such as group icons and display names, inspired by faker-js.

Home Page:https://synpixel.github.io/rbx-faker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Faker

A library that generates Roblox data such as group icons and display names, inspired by faker-js.

View docs →

Installation

You can install Faker as a wally dependency by adding this to your wally.toml file:

Faker = "synpixel/faker@1.0.0"

Why?

Mocking data in your UI component stories can be tedious to do by hand, this library simplifies the task significantly.

Examples

Player list story with Fusion

PlayerList {
    Players = Faker.Utils.createUniqueList(Faker.Users.createMockPlayer, 10) :: { Player }
}

player list example

About

A library that generates Roblox data such as group icons and display names, inspired by faker-js.

https://synpixel.github.io/rbx-faker/

License:MIT License


Languages

Language:Lua 100.0%