https://github.com/kraklin/elm-readiness
Keep track of transition state of your dependencies in your own Elm app to Elm 0.19
https://github.com/kraklin/elm-readiness
Last synced: 5 months ago
JSON representation
Keep track of transition state of your dependencies in your own Elm app to Elm 0.19
- Host: GitHub
- URL: https://github.com/kraklin/elm-readiness
- Owner: kraklin
- Created: 2018-09-01T18:19:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T19:54:40.000Z (over 6 years ago)
- Last Synced: 2024-12-01T12:34:56.271Z (5 months ago)
- Language: Elm
- Homepage: https://kraklin.github.io/elm-readiness/
- Size: 885 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - kraklin/elm-readiness - Keep track of transition state of your dependencies in your own Elm app to Elm 0.19 (Elm)
README
# Elm 0.19 readiness helper
Helper can be found on [https://kraklin.github.io/elm-readiness/](https://kraklin.github.io/elm-readiness/)
This small project is meant to help you keep track of transition state of your dependencies in your own Elm app to Elm 0.19.
## How does it work
Copy JSON form your `elm-package.json` into the prepared field and hit the button. You will see which of your dependencies are already on 0.19 version and which are still pending.
There are buttons for quickly navigate to dependency Github so you can track progress or even help with package transition.
This project was bootstrapped with [Create Elm App](https://github.com/halfzebra/create-elm-app).