Today I present you CCPT (Computer Craft Package Tool). It's a package manager that is based on plugins. That means you can use any installation method you want. Even support for other package manager is possible.
Installation:
wget run https://gitlab.com/JakobDev/CCPT/-/raw/master/installer.lua
Usage:
Install package:
ccpt install packageInstall packman package (needs packman plugin):
ccpt install packman:packageRemove package:
ccpt remove packageUpdate packages:
ccpt upgradeList available packages:
ccpt listFor more commands run ccpt help.
Create own repo:
Coming soon.
Hmm... this is interesting... might use this.