mirror of
https://github.com/ethauvin/kotlin-pluralizer.git
synced 2025-04-25 00:37:12 -07:00
jitpack
This commit is contained in:
parent
f28387ed16
commit
922e6fc8bb
3 changed files with 49 additions and 11 deletions
14
README.md
14
README.md
|
@ -1,5 +1,7 @@
|
|||
<!--  -->
|
||||
# kotlin-pluralizer [](https://travis-ci.org/cesarferreira/kotlin-pluralizer)
|
||||
# kotlin-pluralizer [](https://travis-ci.org/cesarferreira/kotlin-pluralizer) [](https://jitpack.io/#cesarferreira/kkotlin-pluralizer)
|
||||
|
||||
|
||||
|
||||
**kotlin extension** to **pluralize** and **singularize** strings!
|
||||
|
||||
|
@ -24,7 +26,15 @@
|
|||
|
||||
## Install
|
||||
|
||||
TODO
|
||||
```groovy
|
||||
repositories {
|
||||
jcenter()
|
||||
maven { url "https://jitpack.io" }
|
||||
}
|
||||
dependencies {
|
||||
compile 'com.github.jitpack:gradle-simple:1.0'
|
||||
}
|
||||
```
|
||||
|
||||
### Show some :heart:
|
||||
[](https://github.com/cesarferreira/kotlin-pluralizer) [](https://twitter.com/cesarmcferreira)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue