Skip to content

Commit

Permalink
alias: update docs for :repl/reloaded and :dev/reloaded
Browse files Browse the repository at this point in the history
Explain use of aliases further
  • Loading branch information
practicalli-johnny committed May 7, 2024
1 parent 1aabc5b commit d0a3408
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

;; Practicalli REPL Reloaded workflow
;; https://practical.li/clojure/clojure-cli/repl-reloaded/
;; Use with command to start a REPL to include REPL Reloaded tools
;; Use with editor command to start a REPL (Jack-in) to include REPL Reloaded tools
:dev/reloaded
{:extra-paths ["dev" "test"]
:extra-deps {djblue/portal {:mvn/version "0.55.1"} ; portal data inspector
Expand Down Expand Up @@ -166,9 +166,11 @@
"--interactive"
"-f" "rebel-readline.main/-main"]}

;; ------------
;; Practicalli REPL Reloaded workflow
;; Rich Terminal REPL Prompt with nREPL and Portal connections
;; https://practical.li/clojure/clojure-cli/repl-reloaded/
;; clojure -M:repl/rebel
;; clojure -M:repl/reloaded
:repl/reloaded
{:extra-paths ["dev" "test"]
:extra-deps {nrepl/nrepl {:mvn/version "1.1.1"}
Expand Down

0 comments on commit d0a3408

Please sign in to comment.