boot

Drew Verlee 2022-06-09T18:07:58.043239Z

How would i get intelliji to understand (navigate, look up source code, etc..) a .boot file? Cursive doesn't seem to be able to do static analysis on it.

Drew Verlee 2022-06-09T18:09:09.441299Z

At a glance the answer is that there is no easy way https://github.com/cursive-ide/cursive/issues/692

Drew Verlee 2022-06-09T20:09:17.705529Z

Where Can i find a high level description of a boot pod?

Drew Verlee 2022-06-09T20:09:58.749549Z

The namespace doesn't feel like a good place to start. https://cljdoc.org/d/boot/pod/2.8.3/doc/boot-pod > Namespace containing functions and vars related to pods, dependencies, jar files, and classloaders.

Drew Verlee 2022-06-09T20:11:26.386209Z

this seems better https://github.com/boot-clj/boot/wiki/Pods

dvorme 2023-06-01T16:56:04.622219Z

The source code for the (serve... task is another good place.

👀 1