Update README.md
This commit is contained in:
parent
0b49c6f193
commit
2c06a73d5a
1 changed files with 9 additions and 0 deletions
|
|
@ -549,6 +549,15 @@ bb '(some #(re-find #".*linux.*" (:browser_download_url %)) *in*)'
|
||||||
"https://github.com/borkdude/babashka/releases/download/v0.0.4/babashka-0.0.4-linux-amd64.zip"
|
"https://github.com/borkdude/babashka/releases/download/v0.0.4/babashka-0.0.4-linux-amd64.zip"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### View download statistics from Clojars
|
||||||
|
|
||||||
|
``` shellsession
|
||||||
|
curl https://clojars.org/stats/all.edn
|
||||||
|
| bb -o '(for [[[group art] counts] *in*] (str (reduce + (vals counts)) " " group "/" art))'
|
||||||
|
| sort -rn
|
||||||
|
| less
|
||||||
|
```
|
||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
|
|
||||||
- [adgoji](https://www.adgoji.com/) for financial support
|
- [adgoji](https://www.adgoji.com/) for financial support
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue