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

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eeue56 committed May 4, 2016
1 parent 53eb191 commit 15f2c82
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,13 @@ with_retry.rb elm-package install

## elm_self_publish

Sometimes, we want to "install" our packages locally to test them before publishing them remotely. This is designed only with the use case of testing packaged, not using them in production. It doesn't provide any of the guarantees nor support that elm-package does. If you're doing production stuff, elm-package is what you want.
Automate upgrading to 0.17! Automate your elm-package and your file upgrades.


```
python elm_self_publish.py ../elm-css ../json-to-elm/
python update_elm_package.py ../upgrades/elm-lazy-list
```

will publish elm-css into json-to-elm
will upgrade the package in that directory.


0 comments on commit 15f2c82

Please sign in to comment.