You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Practicalli Clojure CLI Config](https://github.com/practicalli/clojure-cli-config/)contains a `deps.edn` alias definitions for a wide range of community libraries and tools to that extend the features of Clojure CLI.
12
+
[Practicalli Clojure CLI Config](https://github.com/practicalli/clojure-cli-config/)provides a user scope `deps.edn` file containing alias definitions for a wide range of community libraries and tools to that extend the features of Clojure CLI.
13
13
14
14
Aliases are qualified keywords using descriptive names to clearly convey purpose and provide a level of consistency to minimise cognitive load.
15
15
@@ -144,7 +144,7 @@ See the rest of this readme for examples of how to use each alias this configura
144
144
145
145
How to run common tasks for Clojure development.
146
146
147
-
* Built-in: tasks provided by Clojure CLI
147
+
* Built-in: tasks provided by Clojure CLI
148
148
* Practicalli: aliases provided by Practicalli Clojure CLI Config
149
149
150
150
| Task | Command | Configuration |
@@ -668,10 +668,10 @@ Clojure libraries are packaged as Java Archive (JAR) files and distributed by Ma
668
668
"clojars" {:url"https://repo.clojars.org/"}}
669
669
```
670
670
671
-
`central` and `clojars` repos can be removed by setting their configuration to `nil` in the user or project `deps.edn` configuration.
671
+
`central` and `clojars` repos can be removed by setting their configuration to `nil` in the user or project `deps.edn` configuration.
0 commit comments