I would just create an actual package (you don’t have to register it publicly); it’s the best way to organize and re-use any nontrivial amount of code in the long run. See also
(With your code in a package, use Revise.jl — then your files will automatically be re-loaded as needed when you edit the files during development.)