Statically-linked GraalVM "native image" binaries of scalafmt
packaged for
Linux, macOS, and Docker. These are totally self-contained, start instantly, and
do not require the JVM to run.
🎓 DEPRECATED: This work has now been rolled into the official scalafmt repository!
Download the latest version from the releases page.
Sample usage running on a local src
directory:
docker pull mrothy/scalafmt-native
docker run -v $(PWD)/src:/src --rm -it mrothy/scalafmt-native --test /src