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.xmlmust 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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |