Fork me on GitHub
#announcements
<
2022-02-05
>
mike_ananev18:02:06

Initial release for Application project template. This version migrated to `deps-new`, `build-clj` . All workflow is based on babashka . 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 standalone executable uberjar file
run          Run application (-main function)
install      Install this app
deploy       Deploy this app
test         Run project tests
repl         Run Clojure repl
outdated     Check for outdated dependencies
outdated:fix Check for outdated dependencies and fix
format       Format source code
lint         Lint source code
javac        Compile java sources
standalone   Create a standalone application with bundled JDK (using jlink, JDK 9+)
requirements Install project requirements
https://github.com/redstarssystems/apptemplate

🎉 11
1
🚀 2
👍 1