Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wdhowe/babashka-scripts
- Owner: wdhowe
- License: gpl-3.0
- Created: 2020-12-01T02:01:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T04:23:45.000Z (10 months ago)
- Last Synced: 2024-03-29T05:28:12.744Z (10 months ago)
- Topics: babashka, clojure, scripting, scripts
- Language: Clojure
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.