I was reading Code Loading · The Julia Language , and it looks like just what I needed.
If I understand correctly, a “package directory” is a directory of packages, and those “packages” can be as simple as a single Julia file: X.jl
is mentioned in the docs. This would allow me to configure a directory of many “packages” without having to have many “Project.toml” files? Do I understand that correctly?
Are there any examples of these package directories. I couldn’t get it to work.