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 15f2c82 commit 7215871
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,18 @@ 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.


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


Expand All @@ -97,5 +109,3 @@ python update_elm_package.py ../upgrades/elm-lazy-list
```

will upgrade the package in that directory.


0 comments on commit 7215871

Please sign in to comment.