Sign inSign up

atishoo/csfixer

By atishoo

Updated about 2 years ago

php-cs-fixer

Image
Developer tools
0

1.3K

atishoo/csfixer repository overview

How to use this image

Basic usage using current user.

docker run --rm \
    --user $(id -u):$(id -g) \
    --volume /local/path:/app \
    atishoo/csfixer[:tag] [<options>]

For example, to generate metrics of our src directory.

docker run --rm \
    --volume `pwd`:/app \
    atishoo/csfixer fix

Volumes

  • /app: Your PHP project directory.

Tag summary

Content type

Image

Digest

sha256:c91fed5f7

Size

38.5 MB

Last updated

about 2 years ago

docker pull atishoo/csfixer