-
fix frozen timestamp
-
fix trailing slash in bb.edn ("tasks/" → "tasks") cause babashka+clj.deps.tools produced strange errors
-
implement common tasks for application development;
-
all
babashka
tasks implemented intasks/src/*
folder in clj files. It allows debug tasks inbabashka
REPL, format & lint code, code completion, doc highlighting; -
add
VERSION_PREFIX
file for app version control; -
add compile java sources,
javac
command -
add
standalone
command to create bundle with JVM using jlink.