elm-json install <PACKAGE> [-- INPUT]
Install a package
Arguments
| Name | Description | 
|---|---|
PACKAGE | Package to install, e.g. elm/core or elm/core@1.0.2 or elm/core@1 | 
-- INPUT | The elm.json file to upgrade [default: elm.json] | 
Options
| Name | Description | 
|---|---|
--help, -h | Prints help information | 
--test | Install as a test-dependency | 
--version, -V | Prints version information | 
--yes | Answer "yes" to all questions |