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)
- Host: GitHub
- URL: https://github.com/scalablytyped/mobx-slinky
- Owner: ScalablyTyped
- License: mit
- Created: 2020-06-07T19:21:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-18T22:11:59.000Z (almost 6 years ago)
- Last Synced: 2024-12-29T00:12:22.386Z (over 1 year ago)
- Language: Scala
- Size: 67.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
)
```