To format source code, do:
bb fmt
To run ci checks, do:
bb ci # run all ci check
bb check # run just the static analysis
bb test # run just the tests
To run the e2e tests in the jvm, node and web environments, do:
bb e2e
NOTE: these aren't fully automated tests. They depend on a human for verification and synchronization but it beats having to type everything out manually into a repl.
To build the vs-code and intellij extensions, do:
bb ext
To deploy to a release to clojars, do:
bb tag
bb deploy
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
⌘+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
⌘+/ | Jump to the search field |