Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.04 KB

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