Liking cljdoc? Tell your friends :D

com.gfredericks.how-to-ns

Lint clojure ns forms.

Lint clojure ns forms.
raw docstring

align-leftclj

(align-left str length)

default-optsclj


format-initial-ns-strclj

(format-initial-ns-str file-str opts)

Returns a variant of the given string with the initial ns form formatted according to format-ns-str.

Returns a variant of the given string with the initial ns form
formatted according to format-ns-str.
raw docstring

format-ns-strclj

(format-ns-str ns-str opts)

Returns a formatted version of ns-str, according to opts.

Returns a formatted version of ns-str, according to opts.
raw docstring

good-ns-str?clj

(good-ns-str? ns-str opts)

Returns true if the given string matches the return value from format-ns-str.

Returns true if the given string matches the return value from
format-ns-str.
raw docstring

join-symbolsclj

(join-symbols & parts)

normalize-importsclj

(normalize-imports import-clauses opts)

normalize-refer-clojureclj

(normalize-refer-clojure refer-clojure-expr)

normalize-requireclj

(normalize-require require-clause opts)

Returns a collection of clauses.

Returns a collection of clauses.
raw docstring

parse-ns-formclj

(parse-ns-form [_ns-sym ns-name-sym & more])

(print-ns-form ns-form opts)

(print-string-with-line-breaks s)

reformat-ns-strcljdeprecated

(reformat-ns-str ns-str opts)

DEPRECATED: Use format-ns-str.

DEPRECATED: Use format-ns-str.
raw docstring

require-sort-criterionclj

(require-sort-criterion {:keys [sort-string-requires-to-end?]})

slurp-ns-from-stringclj

(slurp-ns-from-string s)

split-symbolclj

(split-symbol sym)

starts-with-good-ns-str?clj

(starts-with-good-ns-str? file-str opts)

Returns true if the given string begins with an ns form for which good-ns-str? returns true.

Returns true if the given string begins with an ns form for which
good-ns-str? returns true.
raw docstring

update-whenclj

(update-when m k f & args)

valid-ns-form?clj

(valid-ns-form? ns-form opts)

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

× close