Skip to content

stil4m/elm-format-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

This package is be deprecated due to that elm-format is installable from npmjs: https://www.npmjs.com/package/elm-format.

elm-format-download

Simple downloader for the elm-format binaries

How to use:

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

Options

  • --target / -t: Set other location to save the executable.
  • --platform / -p: The operating system for which elm-format should be downloaded.
  • --elm-version / -e: The version of elm for which elm-format should be targeted.
  • --version / -v: The version of elm-format itself.
  • --help: Shows the help dialog.

About

Simple downloader for the elm-format binaries

Resources

Stars

Watchers

Forks

Packages

No packages published