Liking cljdoc? Tell your friends :D

IMO

Build status

Opinionated Clojure(Script) code formatting.

WIP...

Development

Pre-requirements:

  • leiningen (2.9.1 tested)
  • jdk (openjdk 11 tested)
  • docker (optional, for linux image building with osx)

Setup

git clone https://github.com/milankinen/imo.git
cd imo
lein i

Running tests

# Running all tests
lein t

# Optionally running only some tests
lein t <test-name-or-regexp>

Building native GraalVM image

# 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.

License

MIT

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close