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

Statically-linked GraalVM "native image" binaries of scalafmt

Notifications You must be signed in to change notification settings

mroth/scalafmt-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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