Usage: clj -m trident.build.cljdoc [options]
Ingests a library into a locally running instance of cljdoc.
The library must be already installed to the local maven repo.
Options:
-g, --group-id ID
-a, --artifact-id ID
-v, --version VERSION
-c, --cljdoc-dir DIR The directory of the cloned cljdoc repo
-d, --git-dir DIR . The location of the library's local git repo. Used when --remote-repo isn't set.
-G, --github-repo REPO <username>/<repo>, e.g. `jacobobryant/trident`. Used when --remote-repo is set.
-r, --remote-repo Use remote repo instead of the local one
--edn EDN Additional options. Overrides CLI options.
-h, --help
Config is stored under the :trident/lib key in deps.edn.
``` Usage: clj -m trident.build.cljdoc [options] Ingests a library into a locally running instance of cljdoc. The library must be already installed to the local maven repo. Options: -g, --group-id ID -a, --artifact-id ID -v, --version VERSION -c, --cljdoc-dir DIR The directory of the cloned cljdoc repo -d, --git-dir DIR . The location of the library's local git repo. Used when --remote-repo isn't set. -G, --github-repo REPO <username>/<repo>, e.g. `jacobobryant/trident`. Used when --remote-repo is set. -r, --remote-repo Use remote repo instead of the local one --edn EDN Additional options. Overrides CLI options. -h, --help Config is stored under the :trident/lib key in deps.edn. ```
(cljdoc {:keys [group-id artifact-id version cljdoc-dir git-dir remote-repo]})
Ingests a library into a locally running instance of cljdoc. The library must be already installed to the local maven repo.
Ingests a library into a locally running instance of cljdoc. The library must be already installed to the local maven repo.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close