Created
January 15, 2021 09:23
-
-
Save zyegfryed/ae4ee11bad0ef89c27e15310127938d3 to your computer and use it in GitHub Desktop.
cljfmt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Usage: cljfmt [check|fix] <FILE_OR_PATH> | |
# | |
alias cljfmt="clojure -Sdeps '{:deps {cljfmt/cljfmt {:mvn/version \"0.7.0\"}}}' -m cljfmt.main" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment