Help for #git wanted:
That single file gets copied to several projects, not a package, not a library.
I could let it have its git repo, build process, etc and pull it in with the dependency mechanism. ๐ฎโ๐จ
Is there a better way, like an "include" mechanism for git repos or whatnot?
My second best approach currently is to let the build system copy the file if the single file repo is available and commit the copy whenever it shows up as changed. Better ideas?