Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.36 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.36 KB

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