deps.edn tool entry point for generating clj-xref databases.
Usage: clj -T:xref generate clj -T:xref generate :paths '["src"]' :output '"target/xref.edn"' clj -T:xref generate :only '["src/my/ns.clj"]'
deps.edn tool entry point for generating clj-xref databases. Usage: clj -T:xref generate clj -T:xref generate :paths '["src"]' :output '"target/xref.edn"' clj -T:xref generate :only '["src/my/ns.clj"]'
(generate {:keys [paths output project only]
:or {paths ["src" "test"] output ".clj-xref/xref.edn"}})Generate an xref database EDN file. Accepts a map with optional keys: :paths - vector of source paths to analyze (default ["src" "test"]) :output - output file path (default ".clj-xref/xref.edn") :project - project name string :only - vector of specific files to re-analyze (incremental mode)
Generate an xref database EDN file. Accepts a map with optional keys: :paths - vector of source paths to analyze (default ["src" "test"]) :output - output file path (default ".clj-xref/xref.edn") :project - project name string :only - vector of specific files to re-analyze (incremental mode)
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |