https://github.com/stil4m/elm-format-download
Simple downloader for the elm-format binaries
https://github.com/stil4m/elm-format-download
Last synced: 2 months ago
JSON representation
Simple downloader for the elm-format binaries
- Host: GitHub
- URL: https://github.com/stil4m/elm-format-download
- Owner: stil4m
- Created: 2016-12-24T13:41:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-29T11:14:07.000Z (about 8 years ago)
- Last Synced: 2025-01-21T18:51:44.722Z (4 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/elm-format-download
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DEPRECATED
> This package is be deprecated due to that `elm-format` is installable from `npmjs`: [https://www.npmjs.com/package/elm-format](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.