polyfy / polylith

A tool used to develop Polylith based architectures in Clojure.
Eclipse Public License 1.0
519 stars 48 forks source link

Create an example project showing how to use Polylith with an Integrant system #482

Closed marksto closed 3 months ago

marksto commented 3 months ago

Hi Joakim @tengstrand!

Here you are, an example project that we discussed a few days ago in Slack.

The example rests in the examples/integrant-system directory. I've added both tests (in bases/system/test/integrant/system/core_test.clj) and docs (in the readme.md) for it. I also decided to keep it simple and didn't introduce another project, since it would be a complete copy of the development one.

Please, feel free to propose and/or introduce any changes.

tengstrand commented 3 months ago

This is awesome, thank you so much @marksto!