mod.pm is an universal package manager for any needs and any platforms. This technology consists of a CLI that allows you to retrieve, install, remove, and update local modules from GitHub repositories.
This project is in the early stages of development, it is not currently usable.
Install mod.pm:
curl -sSL https://install.mod.pm | bashSearch for a module:
mod.pm search <module name>Install a module:
mod.pm install <module name>Install a module from a specific version:
mod.pm install <module name>@<version>List installed modules:
mod.pm listUpdate all modules:
mod.pm updateUpdate a module:
mod.pm update <module name>Remove a module:
mod.pm remove <module name>Register a new set of modules:
mod.pm register <GitHub username>Uninstall mod.pm:
mod.pm self-destruct