Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eeue56 committed May 4, 2016
1 parent da0c3d4 commit 2563c29
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Tooling for Elm ops

Automate upgrading to 0.17! Automate your elm-package and your file upgrades.

It will:

- tell you if any of your deps haven't been updated for 0.17 yet
- update module exposing syntax
- update the packages to the 0.17 version
- run elm-package install and elm-make to make sure it worked
- replace packages if they have been renamed (evancz/elm-html to elm-lang/html for example)


```
python update_elm_package.py ../upgrades/elm-lazy-list
Expand Down

0 comments on commit 2563c29

Please sign in to comment.