7 ms·
Btw, at first sight it's unclear what the scope of this is. It seems to be one project, but then it's actually multiple smaller libraries and "Latte" is just t
by Double_a_92 2mo ago
Btw, at first sight it's unclear what the scope of this is.
It seems to be one project, but then it's actually multiple smaller libraries and "Latte" is just the organisation?
Also is the dependency management not it's own project?
- voidmain42 2mo agoIt's an ecosystem that includes a number of tools, libraries, etc. The organization (include the GitHub org) is called Latte. Each project is a GH repository under that. The dependency management system is part of the `cli` tool. And the repository management is the `app` project and published to https://app.lattejava.org https://app.lattejava.org. The `cli` tool is the foundation though. It's how projects start, build, run, release, and publish. Hope that helps clarify things.