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

Commit

Permalink
Merge branch 'master' of github.com:NoRedInk/elm-ops-tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
eeue56 committed May 5, 2016
2 parents 812b168 + 2563c29 commit 34a44e5
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# elm-ops-tooling
Tooling for Elm ops

## update_elm_package

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
```

will upgrade the package in that directory.

## elm_deps_check

Expand Down Expand Up @@ -99,13 +117,4 @@ python elm_self_publish.py ../elm-css ../json-to-elm/
will publish elm-css into json-to-elm


## update_elm_package

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


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

will upgrade the package in that directory.

0 comments on commit 34a44e5

Please sign in to comment.