Docker images for code beautifiers/formatters.
See list of beautifier Docker images at https://hub.docker.com/u/unibeautify/
Docker is required.
whalebrew install unibeautify/BEAUTIFIERwhalebrew install unibeautify/php-cs-fixerphp-cs-fixer --versiondocker pull unibeautify/BEAUTIFIERdocker pull unibeautify/php-cs-fixerdocker run -it -v "$(pwd)":/workdir -w /workdir unibeautify/BEAUTIFIER "--version"docker run -it -v "$(pwd)":/workdir -w /workdir unibeautify/php-cs-fixer "--version"Note: Some tools could change file ownership/permissions upon reformat and/or rewriting. Adding --user "$(id -u):$(id -g)" to your docker run command should prevent this.
Content type
Image
Digest
Size
34.8 MB
Last updated
about 7 years ago
docker pull unibeautify/black