Liking cljdoc? Tell your friends :D
Clojure only.

leiningen.copy-deps


copy-depsclj

(copy-deps project & args)

Copies or symlinks project dependencies to a directory.

Config: :copy-deps {:path "./lib" :strategy :copy}

  • :path - destination directory (default: ./target/lib)
  • :strategy - :copy (default) or :link for symlinks (with fallback to copy)
Copies or symlinks project dependencies to a directory.

Config: :copy-deps {:path "./lib" :strategy :copy}
- :path - destination directory (default: ./target/lib)
- :strategy - :copy (default) or :link for symlinks (with fallback to copy)
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close