ComputerCraft Forums

ComputerCraft => Programs => Topic started by: JakobDev on Sep 14, 2020, 02:02 PM

Title: CCPT - A new generation package manager
Post by: JakobDev on Sep 14, 2020, 02:02 PM
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.
Title: CCPT - A new generation package manager
Post by: Tomodachi94 on Sep 15, 2020, 11:48 PM
Hmm... this is interesting... might use this.