Skip to content

brizzbuzz/satisfaketion

Folders and files

NameName
Last commit message
Last commit date
Mar 1, 2022
Apr 19, 2022
Jan 12, 2022
Apr 15, 2022
Mar 31, 2022
Feb 12, 2022
Apr 15, 2022
May 18, 2021
May 18, 2021
Jan 8, 2022
Feb 12, 2022
May 24, 2021
Jan 8, 2022
Jan 8, 2022
Apr 14, 2022
Jan 8, 2022
Jan 19, 2022
Feb 8, 2022
May 18, 2021
Jan 13, 2022
Jan 19, 2022

Repository files navigation

Satisfaketion

A Zero-Dependency Kotlin Faker implementation built to leave you fully satisfied 😏 ... With your fake data

version

How to Install πŸš€

Satisfaketion publishes all releases to Maven Central. As such, using the stable version of Satisfaketion is as simple as declaring it as an implementation dependency in your build.gradle.kts

repositories {
  mavenCentral()
}

dependencies {
  // other (less cool) dependencies
  testImplementation("io.github.unredundant:satisfaketion-core:latest.release")
  testImplementation("io.github.unredundant:satisfaketion-generators:latest.release")
  testImplementation("io.github.unredundant:satisfaketion-mutators:latest.release")
}

The last two dependencies are optional, as they are the out-of-the-box generators and mutators that Satisfaketion provides, but they are by no means mandatory. However, if you write an awesome generator or mutator that you think the community would love, please open an issue here to discuss adding it to the repository

Documentation

All documentation for the library is kept here