I was wondering how people go about sharing useful code between multiple projects.
Usually I symbolic link to the original file, which has the benefit that any bug fixes will be shared between projects. However it’s a pain if the code is split across multiple files. Also if that is the case if the files have require calls to each other, the project must respect the paths.
I was wondering if a luarocks style tool might be the answer. I don’t want to share my code with everyone though, just manage the huge number of files I already have