Liking cljdoc? Tell your friends :D

Clojars Project

Serverless

AWS serverless helpers targeting Cljs.

Developing the Library

Commands

clj -A:build (--watch)   # Build code
clj -A:test              # Run tests
npm run lint             # Lint codebase

Publishing version

./scripts/pack_and_deploy

Note: settings.xml must be set in ~/.m2/settings.xml

<settings>
  <servers>
    <server>
      <id>clojars</id>
      <username>username</username>
      <password>password</password>
    </server>
  </servers>
</settings>

Can you improve this documentation? These fine people already did:
Christian Paul Dehli & c.p
Edit on GitHub

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

× close