Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lightaxis/cpkg-get
Package management cli tool for my custom packages in Minecraft ComputerCraft mod. References : dpkg, apt-get, ROS cli
https://github.com/lightaxis/cpkg-get
cc-tweaked computercraft lua minecraft-mod
Last synced: 6 days ago
JSON representation
Package management cli tool for my custom packages in Minecraft ComputerCraft mod. References : dpkg, apt-get, ROS cli
- Host: GitHub
- URL: https://github.com/lightaxis/cpkg-get
- Owner: lightAxis
- License: mit
- Created: 2022-11-03T11:38:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T16:32:11.000Z (26 days ago)
- Last Synced: 2024-11-26T17:32:28.245Z (26 days ago)
- Topics: cc-tweaked, computercraft, lua, minecraft-mod
- Language: Lua
- Homepage:
- Size: 381 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cpkg-get
Package management cli tool for my custom packages in Minecraft ComputerCraft mod. References : dpkg, apt-get, ROS cli
- ["--help"] = "use with : --help, refresh, list, version, info, run, update, upgradable, upgrade, install, uninstall, purge",
- ["refresh"] = "cpkg refresh : refresh the pkg & exec info to pkgs.sz",
- ["list"] = "cpkg list : show list of installed pkg | server pkg | execution at pkg",
- ["version"] = "cpkg version : show version of cpkg",
- ["info"] = "cpkg info : show info of package or execuatble",
- ["run"] = "cpkg run : run executable in package",
- ["update"] = "cpkg update : check newest pacakge version from cpkg server",
- ["upgradable"] = "cpkg upgradable : show packages that new version found from cpkg update",
- ["upgrade"] = "cpkg upgrade : download & upgrade the upgradable packages from MCserver's cpkg server ",
- ["install"] = "cpkg install : download package from cpkg server. Already newest version, than ignores",
- ["uninstall"] = "cpkg uninstall : uninstall package at local repo. Leaving config behind",
- ["purge"] = "cpkg purge : ",## Packages
- **Class**
light classing lib for lua, by kikito- **EmLua**
Template based code generation tool for lua. Inspired from empy python pkg- **Crotocol**
dynamic protocol structure & client msg handler generator, using EmLua- **PkgLink**
protocol generation of Cpkg-get with server & client, using Crotocol- **MathLib**
library for all math operation and structure. eg, vector2 vector3 etc- **AppLib**
library for application development in CC environment- **Tabullet**
lightweight GUI interface
- **Golkin**
Banking server & client inside minecraft server using Crotocol & Tabullet
- **Sallo**
Addon of Golkin, provides salary system merged with RPG-like leveling & leaderboard.## Real Server implementation
[![Video Label](http://img.youtube.com/vi/KcvpjeTZf6w/0.jpg)](https://youtu.be/KcvpjeTZf6w)
[[Youtube Video](https://www.youtube.com/watch?v=KcvpjeTZf6w)]