An open API service indexing awesome lists of open source software.

https://github.com/scalablytyped/mobx-slinky

Mobx bindings for slinky (powered by ScalablyTyped)
https://github.com/scalablytyped/mobx-slinky

Last synced: 7 months ago
JSON representation

Mobx bindings for slinky (powered by ScalablyTyped)

Awesome Lists containing this project

README

          

# mobx-slinky
Mobx bindings for slinky (powered by ScalablyTyped)

This is mostly a demo project to show how to use the [library plugin](https://scalablytyped.org/docs/library-developer)

It is distributed for Scala 2.13 and Scala.js 1

```
resolvers += Resolver.bintrayRepo("oyvindberg", "libs")
libraryDependencies ++= Seq(
"slinky-mobx" %%% "slinky-mobx" % "0.1"
)
```