File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ How to run common tasks for Clojure development.
158
158
| Run the project (clojure.main) | ` clojure -M -m domain.main-namespace ` | Built-in |
159
159
| Check library dependencies for newer versions | ` clojure -T:search/outdated ` | Practicalli |
160
160
| Download dependencies | ` clojure -P ` (followed by optional aliases) | Built-in |
161
- | Generate image of project dependency graph | ` clojure -T:project/ graph- deps ` | Practicalli |
161
+ | Generate image of project dependency graph | ` clojure -T:graph/ deps ` | Practicalli |
162
162
| Deploy library locally (~ /.m2/repository) | ` clojure -X:deps mvn-install :jar '"project.jar"' ` | Built-in |
163
163
| Find library names (Clojars & Maven Central) | ` clojure -M:search/libraries qualified-library-names ` | Practicalli |
164
164
| Find available versions of a library | ` clojure -X:deps find-versions :lib domain/library-name ` | Built-in |
You can’t perform that action at this time.
0 commit comments