Skip to content

Commit 6ef8434

Browse files
committed
Add supported platform badges to README
1 parent 07ad459 commit 6ef8434

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# kotlin-result
22

3-
[![Maven Central](https://img.shields.io/maven-central/v/com.michael-bull.kotlin-result/kotlin-result.svg)](https://search.maven.org/search?q=g:com.michael-bull.kotlin-result) [![CI Status](https://github.com/michaelbull/kotlin-result/workflows/ci/badge.svg)](https://github.com/michaelbull/kotlin-result/actions?query=workflow%3Aci) [![License](https://img.shields.io/github/license/michaelbull/kotlin-result.svg)](https://github.com/michaelbull/kotlin-result/blob/master/LICENSE)
3+
[![Maven Central](https://img.shields.io/maven-central/v/com.michael-bull.kotlin-result/kotlin-result.svg)](https://search.maven.org/search?q=g:com.michael-bull.kotlin-result)
4+
[![CI Status](https://github.com/michaelbull/kotlin-result/workflows/ci/badge.svg)](https://github.com/michaelbull/kotlin-result/actions?query=workflow%3Aci)
5+
[![License](https://img.shields.io/github/license/michaelbull/kotlin-result.svg)](https://github.com/michaelbull/kotlin-result/blob/master/LICENSE)
6+
7+
![badge][badge-jvm]
8+
![badge][badge-js]
9+
![badge][badge-nodejs]
10+
![badge][badge-ios]
11+
![badge][badge-linux]
12+
![badge][badge-windows]
13+
![badge][badge-mac]
14+
![badge][badge-js-ir]
15+
![badge][badge-apple-silicon]
416

517
[`Result<V, E>`][result] is a monad for modelling success ([`Ok`][result-ok]) or
618
failure ([`Err`][result-err]) operations.
@@ -296,3 +308,17 @@ This project is available under the terms of the ISC license. See the
296308
[scala-for-comprehension]: https://docs.scala-lang.org/tour/for-comprehensions.html
297309
[arrow-monad-comprehension]: https://arrow-kt.io/docs/0.10/patterns/monad_comprehensions/
298310
[either-syntax]: https://arrow-kt.io/docs/0.10/apidocs/arrow-core-data/arrow.core/-either/#syntax
311+
312+
[badge-android]: http://img.shields.io/badge/-android-6EDB8D.svg?style=flat
313+
[badge-jvm]: http://img.shields.io/badge/-jvm-DB413D.svg?style=flat
314+
[badge-js]: http://img.shields.io/badge/-js-F8DB5D.svg?style=flat
315+
[badge-js-ir]: https://img.shields.io/badge/support-[IR]-AAC4E0.svg?style=flat
316+
[badge-nodejs]: https://img.shields.io/badge/-nodejs-68a063.svg?style=flat
317+
[badge-linux]: http://img.shields.io/badge/-linux-2D3F6C.svg?style=flat
318+
[badge-windows]: http://img.shields.io/badge/-windows-4D76CD.svg?style=flat
319+
[badge-wasm]: https://img.shields.io/badge/-wasm-624FE8.svg?style=flat
320+
[badge-apple-silicon]: http://img.shields.io/badge/support-[AppleSilicon]-43BBFF.svg?style=flat
321+
[badge-ios]: http://img.shields.io/badge/-ios-CDCDCD.svg?style=flat
322+
[badge-mac]: http://img.shields.io/badge/-macos-111111.svg?style=flat
323+
[badge-watchos]: http://img.shields.io/badge/-watchos-C0C0C0.svg?style=flat
324+
[badge-tvos]: http://img.shields.io/badge/-tvos-808080.svg?style=flat

0 commit comments

Comments
 (0)