Liking cljdoc? Tell your friends :D

nsorg.cli


->absolute-pathclj

(->absolute-path s)
source

-mainclj

(-main & args)

Command line tool for organizing ns forms in source files.

Arguments [OPTIONS] [PATHS]

Clojure files are searched recursively from given paths. If no paths are given and Leiningen is run inside project, project source and test paths are used. Otherwise current workign directory is used.

Options: -e, --replace Apply organizing suggestions to source files. -i, --interactive Ask before applying suggestion (requires --replace). -x, --exclude PATH Path to exclude from analysis.

Command line tool for organizing ns forms in source files.

Arguments [OPTIONS] [PATHS]

Clojure files are searched recursively from given paths. If no paths are given
and Leiningen is run inside project, project source and test paths are used.
Otherwise current workign directory is used.

Options:
-e, --replace       Apply organizing suggestions to source files.
-i, --interactive   Ask before applying suggestion (requires --replace).
-x, --exclude PATH  Path to exclude from analysis.
sourceraw docstring

checkclj

(check args)
(check args {:keys [default-paths]})
source

clojure-file?clj

(clojure-file? file)
source

excluded-file?clj

(excluded-file? excluded-paths file)
source

find-clojure-filesclj

(find-clojure-files paths excluded-paths)
source

get-pathsclj

(get-paths arguments default-paths)
source

organize-ns-form!clj

(organize-ns-form! file replace? interactive?)
source

organize-ns-forms!clj

(organize-ns-forms! paths excluded-paths options)
source

paths->file-seqclj

(paths->file-seq paths)
source

relativize-pathclj

(relativize-path path)
source

summarizeclj

(summarize {:keys [replace interactive]}
           {:keys [files errors problems replaces]})
source

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

× close