Sign inSign up

unibeautify/elm-format

By unibeautify

Updated over 8 years ago

Elm-format with Docker.

Image
0

2.2K

unibeautify/elm-format repository overview

Docker Beautifiers Build Status

Docker images for code beautifiers/formatters.

Docker Images

See list of beautifier Docker images at https://hub.docker.com/u/unibeautify/

Installation

Docker is required.

Using Whalebrew
  1. Install Whalebrew
  2. whalebrew install unibeautify/BEAUTIFIER
    e.g. whalebrew install unibeautify/php-cs-fixer
  3. Profit! You can now run the installed beautifier command.
    e.g. php-cs-fixer --version
Manually
  1. Pull the Docker image: docker pull unibeautify/BEAUTIFIER
    e.g. docker pull unibeautify/php-cs-fixer
  2. Run the Docker image: docker run -it -v "$(pwd)":/workdir -w /workdir unibeautify/BEAUTIFIER "--version"
    e.g. docker run -it -v "$(pwd)":/workdir -w /workdir unibeautify/php-cs-fixer "--version"

Tag summary

Content type

Image

Digest

Size

99.4 MB

Last updated

over 8 years ago

docker pull unibeautify/elm-format