Liking cljdoc? Tell your friends :D

boot-cljfmt

License CircleCI

A port of lein-cljfmt for Boot. That is, a library for checking and fixing the formatting of Clojure files.

Usage

boot-cljfmt can currently be used for checking and fixing the formatting of single files or folders.

Check all files in the current project:

boot check -f .

Checking a single files is done in a similar way:

boot check -f somefile.clj

Fixing files with the fix task works the same way:

boot fix -f .

You can run the tests the usual way:

boot test

If you're interested in test coverage:

boot bat-test -c

License

Copyright © 2018 Siili Solutions

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

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close