Internals
Rogue.Rogue — ModuleRogue.jl: Utilities for dealing with unregistered packages
Summary
Rogue.usein(downpath; ...)Update
(Julia)Manifest.tomlfile(s) in a downstream project atdownpathto use the current version of the upstream project.Rogue.add(name; project)Install an unregistered package checked out at
~/.julia/dev/$nameto the current environment or toprojectif given.
See more details in the documentation.
Rogue._add_private_projects — Method_add_private_projects(private_deps, private_projects)Call Pkg.add for private projects. Most upstream first.