/CC-libs

A collection of librairies for CC:Tweaked

MIT LicenseMIT

CC Libs

This repository contains a set of ComputerCraft librairies to use with ComputerCraft

How to use?

for example:

local logging = require("logging")

logging

I made this logging library because I needed good logging for my programs, this will probably get frequent updates! Here's an example:
grab-landing-page