Sign inSign up

deltatrecil/d3cil-appletoolkit-swiftformat

By deltatrecil

Updated over 5 years ago

Image
0

1.0K

deltatrecil/d3cil-appletoolkit-swiftformat repository overview

Docker SwiftFormat image

This is a Docker image for the swiftformat tool.

Getting Started

These instructions will cover usage information and for the docker container

Prerequisities

To run this container, you'll need Docker installed.

Usage

swiftformat

Please check the swiftformat documentation for more informations.

Environment Variables
  • None
Volumes

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 \
    ...

Built With

  • Docker Engine v20.10.0

Authors

  • Johann Martinache - Initial work

License

This project is licensed under the MIT license - see the LICENSE.md file for details.

Tag summary

Content type

Image

Digest

Size

133.1 MB

Last updated

over 5 years ago

docker pull deltatrecil/d3cil-appletoolkit-swiftformat