Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LilianaFaustinoDev committed Jun 21, 2023
1 parent d845b68 commit f81c8e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<img src="bloco_faker.png" alt="Faker" />

[![Release](https://img.shields.io/github/release/blocoio/faker.svg?label=Maven)](http://144.217.6.255/nexus/r/io.bloco/faker?server=https%3A%2F%2Fs01.oss.sonatype.org)

Generates fake data for testing or populating a development database.
Run your tests with realistic data like names, emails, dates, countries...

A Kotlin port of the [Faker ruby gem](https://github.com/stympy/faker/) that's suitable to use in Android development.
The goal is to reuse their locale data files without changes.

[![Release](https://img.shields.io/github/release/blocoio/faker.svg?label=maven)](https://jitpack.io/#blocoio/faker)

## Installing

```groovy
Expand All @@ -17,7 +17,7 @@ repositories {
}
dependencies {
implementation 'io.bloco:faker:2.0.1'
implementation 'io.bloco:faker:${fakerVersion}'
}
```

Expand All @@ -43,6 +43,7 @@ You can also check our [blog post](https://www.bloco.io/blog/faker-a-library-to-

- Address
- App
- Artist
- Avatar
- Book
- Bool
Expand All @@ -68,10 +69,6 @@ You can also check our [blog post](https://www.bloco.io/blog/faker-a-library-to-
- Currently, we don't support locale specific operations
like ```Address.postcode_by_state``` or ```Business.swedish_organisation_number```.

## TODO

- Implement remaining components of the [Faker ruby gem](https://github.com/stympy/faker/).

## Proguard

If you are using R8, the shrinking and obfuscation rules are included automatically.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
}

group = "io.bloco"
version = "2.0.1"
version = "2.0.2"

java {
withSourcesJar()
Expand Down

0 comments on commit f81c8e4

Please sign in to comment.