Fork me on GitHub
#announcements
<
2021-04-24
>
mike_ananev15:04:40

Hi! New library template is out. Key feature of this release that all tasks performed by babashka tasks https://github.com/redstarssystems/rssyslib This template will give you the following basic project workflow:

mike@mbp02 ✗ bb tasks
build        Build deployable jar file for this project
bump         Bump version artifact in `project-version` file, level may be one of: major, minor, patch, alpha, beta, rc, release.
clean        Clean target folder
deploy       Deploy this library to Clojars
format       Format source code
install      Install deployable jar locally (requires the pom.xml file)
lint         Lint source code
outdated     Check for outdated dependencies
repl         Run Clojure repl
requirements Install project requirements
test         Run tests
Changelog https://github.com/redstarssystems/rssyslib/blob/develop/CHANGELOG.adoc

babashka 28
richiardiandrea17:04:27

I am really happy babashka is taking over - I had a very pleasant year when I was using lumo for scripting at work and I think that niche is now covered again - thanks @U04V15CAJ!

👍 3
nha16:04:23

Small announcement for https://github.com/turtlequeue/setup-babashka This is a Github action that installs and caches babashka babashka

babashka 36