AWS serverless helpers targeting Cljs.
clj -A:build (--watch) # Build code
clj -A:test # Run tests
./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.pEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close