Convenience functions for working at the repl.
Suggested usage:
trident.repl in the extra-deps of your :dev aliasclj -Adev -e "(do (require 'trident.repl) (trident.repl/init))" -rThis will:
orchestra.spec.test/instrumentmount.core/startreset and goto functions in the user namespaceConvenience functions for working at the repl. Suggested usage: - Include `trident.repl` in the `extra-deps` of your `:dev` alias - Launch a repl with this command: `clj -Adev -e "(do (require 'trident.repl) (trident.repl/init))" -r` This will: - begin spec instrumentation with `orchestra.spec.test/instrument` - start an nRepl server (on port 7888 by default) - start mount components with `mount.core/start` - define `reset` and `goto` functions in the `user` namespace
(reset)Reloads namespaces, starting and stopping mount components
Reloads namespaces, starting and stopping mount components
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 |