sccmod

Manage multiple versions of self-compiled modules easily

cargomacoslinuxwindows
Try with needOr install directly
Source

About

A mediocre module manager for handling multiple versions of self-compiled modules

Commands

sccmod

Examples

list all installed module versions$ sccmod list
switch between different versions of a module$ sccmod use mymodule 2.1.0
add a new compiled module to the manager$ sccmod add /path/to/compiled/module
remove an old module version$ sccmod remove mymodule 1.0.0
show which module version is currently active$ sccmod current mymodule