Internals

Rogue.RogueModule

Rogue.jl: Utilities for dealing with unregistered packages

Stable Dev Build Status Codecov Coveralls

Summary

  • Rogue.usein(downpath; ...)

    Update (Julia)Manifest.toml file(s) in a downstream project at downpath to use the current version of the upstream project.

  • Rogue.add(name; project)

    Install an unregistered package checked out at ~/.julia/dev/$name to the current environment or to project if given.

See more details in the documentation.

source