from https://kozieiev.com/blog/packaging-clojure-into-jar-uberjar-with-tools-build/
(uber _)Build an uberjar. If a -main function is found in src/, it will be set as the main entry point. Fails if multiple -main functions are found. Set :main-ns in lib.edn to explicitly specify the main namespace.
Build an uberjar. If a -main function is found in src/, it will be set as the main entry point. Fails if multiple -main functions are found. Set :main-ns in lib.edn to explicitly specify the main namespace.
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 |