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 is a website building & hosting documentation for Clojure/Script libraries
× close