Fork me on GitHub
#babashka
<
2023-10-25
>
Crispin08:11:50

Got some free time tonight to have a look at this

jpmonettas13:10:46

hi everybody! Is there a quick way to get a deps.edn from a bb.edn so I can develop my script with the jvm and then use bb to run it?

borkdude13:10:20

yes: bb print-deps > deps.edn :)

🧡 1
jpmonettas13:10:03

nice, thanks a lot !

jeroenvandijk15:10:12

@U0739PUFQ I've created a simple project for this https://github.com/jeroenvandijk/babashka-clj It also has babashka.deps/add-deps

jeroenvandijk15:10:00

It is not actually reading bb.edn actually, but maybe that could be added. This setup was handy for developing some scripts through the repl

jpmonettas15:10:51

interesting, thanks for sharing! Reading bb.edn would be nice