Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wdhowe/babashka-scripts

Clojure babashka scripts.
https://github.com/wdhowe/babashka-scripts

babashka clojure scripting scripts

Last synced: about 2 months ago
JSON representation

Clojure babashka scripts.

Awesome Lists containing this project

README

        

# babashka-scripts

Clojure babashka scripts.

----

## Pre-Reqs

Pre-reqs to running any babashka script:

* [Install babashka](https://github.com/borkdude/babashka#installer-script)
* Verify install

```bash
bb --version
```

## Help

* [Built in libs](https://book.babashka.org/#libraries)
* [Intro Book](https://www.braveclojure.com/quests/babooka/)

## Scripts

* sort-json.clj - Sort a json file (list of maps) by a key.