AWS serverless helpers targeting Cljs.
clj -Spom # Update pom.xml
clj -M:build (--watch) # Build code
clj -M:outdated # Check for outdated clj deps
clj -M:test # Run tests
npm outdated # Check for outdated js deps
npm run lint # Lint codebase
./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