From ffe04dce2b812243213deddb68d9066cf3ce6433 Mon Sep 17 00:00:00 2001 From: noah Date: Tue, 1 Nov 2016 08:56:53 +0000 Subject: [PATCH] and update readme to reflect that --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 71c1109..5d9b355 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,17 @@ It will: - 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) +## update_018_elm_package + +Automate upgrading to 0.18! Automate your elm-package and your file upgrades. + +It will: + +- tell you if any of your deps haven't been updated for 0.18 yet +- update syntax using elm-format +- update the packages to the 0.18 version +- run elm-package install and elm-make to make sure it worked +- replace packages if they have been renamed (evancz/elm-http to elm-lang/http for example) ``` python update_elm_package.py ../upgrades/elm-lazy-list