Skip to content

Commit 059b0de

Browse files
readme: list aliases with clojure -X:deps aliases
1 parent edec5fa commit 059b0de

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.org

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
* Unreleased
44

5+
** Added
6+
- readme: list aliases with `clojure -X:deps aliases`
7+
58
* 2025-03-01
69
** Updated
710
- dev: standard makefile tasks for Practicalli projects

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
[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.
1313

14+
`clojure -X:deps aliases` will list all the alias names at the project and user level.
15+
1416
Aliases are qualified keywords using descriptive names to clearly convey purpose and provide a level of consistency to minimise cognitive load.
1517

1618
Common arguments are included in alias definitions via `main-opts` and `:exec-args` to provide a default behaviour and simplify the use aliases.

0 commit comments

Comments
 (0)