0.2.0 • Published 5 years ago

elm-update v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Elm-update

The elm-update command allows to list the updatable dependencies listed in an elm.json file. Future releases will allow optional auto update of the file as well.

Usage

elm-update

Will look for a ./elm.json file by default.

You can also provide a custom path:

elm-update --project ./custom/path/to/elm.json

Get help with:

elm-update --help