announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
2021-03-31T02:26:21.251800Z

Announcing a shadow-cljs "build hook" to automatically inject the ambient git version into your production app. https://github.com/day8/shadow-git-inject

👍 15
1
6
Azzurite 2021-03-31T23:19:57.256600Z

If you use server side rendering (and want to display that version) then you'd probably need to write your own implementation of getting that value, right? or could you use that library in your clj code?

2021-03-31T23:43:34.257400Z

Yeah, this library is targeted at shadow-cljs and the clients, not servers. Depending on your server side build chain, you might be able to use our sibling library for Lein which does the same thing: https://github.com/day8/lein-git-inject