(copy-deps project & args)
Copies or symlinks project dependencies to a directory.
Config: :copy-deps {:path "./lib" :strategy :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)
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 |