This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-02-05
Channels
- # announcements (1)
- # aws (6)
- # babashka (8)
- # beginners (22)
- # cider (12)
- # clj-kondo (1)
- # cljdoc (15)
- # clojure (109)
- # clojure-dev (6)
- # clojure-europe (40)
- # clojure-losangeles (5)
- # clojure-uk (1)
- # clojurescript (28)
- # data-oriented-programming (3)
- # datahike (9)
- # datalevin (9)
- # holy-lambda (2)
- # juxt (5)
- # lsp (4)
- # malli (2)
- # meander (1)
- # missionary (5)
- # nextjournal (3)
- # off-topic (17)
- # reagent (1)
- # reitit (8)
- # releases (1)
- # sci (16)
- # shadow-cljs (7)
- # sql (9)
- # tools-deps (9)
- # transit (1)
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