Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)]