Liking cljdoc? Tell your friends :D

cljfmt.tool


*verbose*clj

source

checkclj

(check options)

Checks that the Clojure paths specified by the :paths option are correctly formatted.

Checks that the Clojure paths specified by the :paths option are
correctly formatted.
sourceraw docstring

check-no-configclj

(check-no-config
  {:keys [parallel? paths report] :as options :or {report report/console}})

The same as check, but ignores dotfile configuration.

The same as `check`, but ignores dotfile configuration.
sourceraw docstring

fixclj

(fix options)

Fixes the formatting for all files specified by the :paths option.

Fixes the formatting for all files specified by the :paths option.
sourceraw docstring

fix-no-configclj

(fix-no-config
  {:keys [parallel? report] :as options :or {report report/console}})

The same as fix, but ignores dotfile configuration.

The same as `fix`, but ignores dotfile configuration.
sourceraw docstring

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

× close