This package is be deprecated due to that
elm-format
is installable fromnpmjs
: https://www.npmjs.com/package/elm-format.
Simple downloader for the elm-format binaries
Install with:
npm install --save elm-format-download
To download elm-format
execute the following command:
./node_modules/.bin/elm-format-download
The executable will be located at:
$CWD/node_modules/elm-format-download/downloads/elm-format
--target
/-t
: Set other location to save the executable.--platform
/-p
: The operating system for whichelm-format
should be downloaded.--elm-version
/-e
: The version of elm for whichelm-format
should be targeted.--version
/-v
: The version ofelm-format
itself.--help
: Shows the help dialog.