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

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

Awesome Lists containing this project

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).