Add news [skip ci]
This commit is contained in:
parent
7fbdd2ef77
commit
95841dfed4
2 changed files with 33 additions and 0 deletions
|
|
@ -180,6 +180,11 @@ static binary available which can be used on Alpine.
|
||||||
|
|
||||||
Check out the image on [Docker hub](https://hub.docker.com/r/borkdude/babashka/).
|
Check out the image on [Docker hub](https://hub.docker.com/r/borkdude/babashka/).
|
||||||
|
|
||||||
|
## News
|
||||||
|
|
||||||
|
Check out the [news](doc/news.md) page to keep track of interesting developments
|
||||||
|
around babashka.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
``` shellsession
|
``` shellsession
|
||||||
|
|
|
||||||
28
doc/news.md
Normal file
28
doc/news.md
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
# News
|
||||||
|
|
||||||
|
This page keeps track of interesting developments around babashka. Feel free to
|
||||||
|
make a PR if you have anything to add.
|
||||||
|
|
||||||
|
## 2020-11
|
||||||
|
|
||||||
|
This month there is a babashka [survey](https://nl.surveymonkey.com/r/H2HK3RC)
|
||||||
|
where you can leave feedback about babashka. This will be used for future
|
||||||
|
development.
|
||||||
|
|
||||||
|
- Nate Jones published his [presentation](https://youtu.be/RogyxI-GaGQ) at the
|
||||||
|
LA Clojure meetup from April.
|
||||||
|
- Nicolas Ha published a [Github action](https://github.com/turtlequeue/setup-babashka) for babashka.
|
||||||
|
- Jakub Holy added a [feature flag](https://github.com/borkdude/babashka/blob/master/doc/build.md#feature-flags) to support the Oracle database.
|
||||||
|
- Aleksandr Zhuravlёv posted a [gist](https://gist.github.com/zelark/49ffbc0cd701c9299e35421ac2e3d5ab)
|
||||||
|
that shows how to build a torrent viewer.
|
||||||
|
- Steffen Glückselig posted a [gist](https://gist.github.com/MrGung/81bee21eb52cb9307f336705d5ab08ad) that shows how to clone all repositories from a Gitlab group
|
||||||
|
- [Matchete](https://github.com/xapix-io/matchete), a pattern matching library,
|
||||||
|
works with babashka, see
|
||||||
|
[example](https://github.com/borkdude/babashka/issues/631)
|
||||||
|
|
||||||
|
## 2020-10
|
||||||
|
|
||||||
|
- [Malcolm Sparks](https://twitter.com/malcolmsparks/status/1320274099952848896) posted a
|
||||||
|
[script](https://gist.github.com/malcolmsparks/61418b6bbcd0962536add1ccb07033b5) that
|
||||||
|
sorts his photo collection.
|
||||||
|
- Babashka 0.2.3 released. See [release notes](https://github.com/borkdude/babashka/blob/master/CHANGELOG.md#v023-2020-10-21).
|
||||||
Loading…
Reference in a new issue