elm-update
v0.2.0
Published
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.
Downloads
1
Readme
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