Opinionated Clojure(Script) code formatting.
WIP...
Pre-requirements:
leiningen
(2.9.1 tested)jdk
(openjdk 11 tested)docker
(optional, for linux image building with osx)git clone https://github.com/milankinen/imo.git
cd imo
lein i
# Running all tests
lein t
# Optionally running only some tests
lein t <test-name-or-regexp>
# Building native image for host os (OSX & Linux amd64 supported)
lein native-image
# Building Linux native image with Docker
lein linux-image
Built images are located in target/native
directory.
MIT
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close