/cljfmt-graalvm

Cljfmt native executable

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

Intro

This is a fork of cljfmt-graalvm native binary version of cljfmt that uses stdin as input.

Usage

Indenting code from stdin:

$ cat src/foo.clj | cljfmt

Build

$ lein uberjar

$ lein native-image

License

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.