Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 939 Bytes

README.md

File metadata and controls

58 lines (44 loc) · 939 Bytes

mod.pm

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.

Future usage

Install mod.pm:

curl -sSL https://install.mod.pm | bash

Search 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 list

Update all modules:

mod.pm update

Update 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