1.3.0 • Published 7 years ago
elmv v1.3.0
elmv
Automatically call the right versions of elm, elm-format, and elm-test for the project you're working on.
Installation
Remove any currently installed versions of elm, elm-format, and elm-test.
Run npm install -g elmv.
Usage
- After installation running
elm,elm-formatorelm-testin an elm project directory will run the version of the command specified in theelmv.jsonin the root of that project. - If no
elmv.jsonexists one will be created with the latest versions of these tools as defaults. - Versions will be installed automatically if they aren't already.
- Outside of elm project directories you will always get the latest available version of each tool.
- Passing a
--use <version>string to any of the elm tools will switch the version of that tool and update your elmv.json.
TODO:
- Pass
elm-formatthe right--elm-versionparameter.