Fork me on GitHub
#announcements
<
2021-05-04
>
mike_ananev11:05:52

New release of application template https://github.com/redstarssystems/rssysapp Now all functionality of `just`, `direnv` utilities performed by `babashka` v0.3.7+ This template will give you the following basic project workflow:

mike@mbp02 bb tasks
The following tasks are available:

clean        Clean target folder
build        Build application for this project (standalone uberjar file)
install      Install application uberjar file locally (requires the pom.xml file)
deploy       Deploy this application
run          Run application
repl         Run Clojure repl
outdated     Check for outdated dependencies
bump         Bump version artifact in `project-version` file, level may be one of: major, minor, patch, alpha, beta, rc, release.
test         Run tests
format       Format source code
lint         Lint source code
javac        Compile java sources (if any)
jar          Build thin jar file for this application
standalone   Create a standalone application with bundled JDK (using jlink, JDK 9+)
requirements Install project requirements

metal 21
babashka 24
🎉 5