https://github.com/narkisr/cljfmt-graalvm
Cljfmt native executable
https://github.com/narkisr/cljfmt-graalvm
binary clojure format
Last synced: 3 months ago
JSON representation
Cljfmt native executable
- Host: GitHub
- URL: https://github.com/narkisr/cljfmt-graalvm
- Owner: narkisr
- License: epl-1.0
- Created: 2019-09-19T09:48:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T12:10:16.000Z (over 5 years ago)
- Last Synced: 2025-02-06T12:48:09.685Z (5 months ago)
- Topics: binary, clojure, format
- Language: Clojure
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Intro
This is a fork of [cljfmt-graalvm](https://gitlab.com/konrad.mrozek/cljfmt-graalvm) native binary version of cljfmt that uses stdin as input.
## Usage
Indenting code from stdin:
```bash
$ cat src/foo.clj | cljfmt
```## Build
```bash
$ lein uberjar$ lein native-image
```## License
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.