elm-json
Deal with your elm.json
Subcommands
| Name | Description | 
|---|---|
help | Prints help information or the help of the given subcommand(s) | 
install | Install a package | 
new | Create a new elm.json file | 
tree | List entire dependency graph as a tree | 
uninstall | Uninstall a package | 
upgrade | Bring your dependencies up to date | 
Options
| Name | Description | 
|---|---|
--help, -h | Prints help information | 
--offline | Enable offline mode, which means no HTTP traffic will happen | 
--version, -V | Prints version information | 
--verbose, -v | Sets the level of verbosity |