/scalafmt-native

Statically-linked GraalVM "native image" binaries of scalafmt

Primary LanguageDockerfile

scalafmt-native

Build Status Docker Cloud Automated build MicroBadger Size

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!

macOS and Linux

Download the latest version from the releases page.

Docker

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