This is a Docker image for the swiftformat tool.
These instructions will cover usage information and for the docker container
To run this container, you'll need Docker installed.
Please check the swiftformat documentation for more informations.
You should mount the directory you want to execute swiftformat against.
You, should, not
Hello world
By example to mount the current volume (PWD) and use it as working directory:
docker run deltatrecil/d3cil-appletoolkit-swiftformat:latest \
-v "${PWD}":"${PWD}" \
-w "${PWD}" \
swiftformat \
...
This project is licensed under the MIT license - see the LICENSE.md file for details.
Content type
Image
Digest
Size
133.1 MB
Last updated
over 5 years ago
docker pull deltatrecil/d3cil-appletoolkit-swiftformat