项目作者: mroth

项目描述 :
Statically-linked GraalVM "native image" binaries of scalafmt
高级语言: Dockerfile
项目地址: git://github.com/mroth/scalafmt-native.git
创建时间: 2019-03-19T15:57:06Z
项目社区:https://github.com/mroth/scalafmt-native

开源协议:

下载


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.

:mortar_board: 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:

  1. docker pull mrothy/scalafmt-native
  2. docker run -v $(PWD)/src:/src --rm -it mrothy/scalafmt-native --test /src