timoni
timoni copied to clipboard
submodules
When working with an existing CUE project, Timoni doesn't recognise the top-most cue.mod dir as it just copies the module directory to a /tmp, and thereby isolates it from the parent project.
To work around this, one can place Timoni configs in the top-level dir and import what needs importing from the existing subpackage(s). But that means you cannot have multiple Timoni modules in a repo that re-use some packages in that repo.