Skip to content

Commit

Permalink
Merge pull request #9 from futuredapp/feature/readme-update
Browse files Browse the repository at this point in the history
Add logo and badges in README
  • Loading branch information
matejsemancik committed Nov 24, 2023
2 parents d15eb90 + 5a14030 commit 87b24a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Sheet Happens! 🦄
<img align="right" src="docs/images/sheet-happens-logo-transparent.png" width="18%">

# Sheet Happens!

![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/futuredapp/sheet-happens/pr-check.yml?style=flat-square)
![GitHub License](https://img.shields.io/github/license/futuredapp/sheet-happens?style=flat-square)
![Gradle Plugin Portal](https://img.shields.io/gradle-plugin-portal/v/app.futured.sheethappens?style=flat-square)

Sheet Happens is Gradle plugin that lets you localize your Android / KMP application by generating XML string resources
from Google Spreadsheets.
Expand Down Expand Up @@ -27,7 +33,7 @@ Then add the plugin to your module-level `build.gradle` or `build.gradle.kts` fi

```kotlin
plugins {
id("app.futured.sheethappens") version "0.5.7"
id("app.futured.sheethappens") version "<latestVersion>"
}
```

Expand Down Expand Up @@ -98,7 +104,7 @@ library.

### Usage

The plugin will register a Gradle task called `makeSheetHappen` 🌈 which will read your Google Sheet and generate string
The plugin will register a Gradle task called `makeSheetHappen` 🦄 which will read your Google Sheet and generate string
resources for each language column you specified.

```shell
Expand Down
Binary file added docs/images/sheet-happens-logo-transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 87b24a8

Please sign in to comment.