Pretty standard installation as a library.
For Clojure CLI:
:aliases {:splint {:extra-deps {noahtheduke/spat {:mvn/version "some version"}}
:main-opts ["-m" "noahtheduke.splint"]}}
And in Leiningen, add this to project.clj:
:profiles {:dev {:dependencies [noahtheduke/splint "some version"]}}
:aliases {"splint" ["run" "-m" "noahtheduke.splint"]}
At some point, I hope to have downloadable versions but I'm still figuring that out.
Can you improve this documentation?Edit on GitHub
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 |