Hi 🙂 I like kaocha and launchpad, so I made a small script to install kaocha and launchpad quicker in projects. The script shells out to https://github.com/babashka/neil, so it won’t work if Neil is not installed. Feel free to use it / modify it for your needs if you want to, it’s 96 lines of babashka: https://github.com/teodorlu/shed/tree/226677f4690896874fecb3b9fa0342bd04329635/src/teodorlu/shed/bbadd.clj If you have both https://github.com/babashka/neil and https://github.com/babashka/bbin installed already, a one-line installation is available:
$ bbin install io.github.teodorlu/shed --latest-sha --as bbadd \
--main-opts '["-m" "teodorlu.shed.bbadd/-main"]'
$ bbadd kaocha
$ bbadd launchpad
(if you don’t like the name bbadd, just change it in the --as argument to bbin)