ComputerCraft Forums

ComputerCraft => Programs => APIs and Utilities => Topic started by: hugeblank on Dec 25, 2018, 10:06 AM

Title: Harbor - The friendly containerizing environment for any large application
Post by: hugeblank on Dec 25, 2018, 10:06 AM
Harbor (https://github.com/hugeblank/harbor)

What:
Harbor is a very simple concept with practical implications. Take a table that emulates a directory structure and some metadata, and apply a purely lua FS API variant that uses the table to do all FS interactions. This can be used to create anything from an executable that unfurls an entire multi-file program, to a multi-partition drive.

Install:
If you only want the harbor API and nothing else:
pastebin run ivRuuLSHIf you want some additional programs that I come up with for Harbor as I think of them, and as you create them:
pastebin run ivRuuLSH extras
More information can be found on the README (https://github.com/hugeblank/harbor/blob/master/README.md). PLEASE check that out as it has some information on loading the API and all the documentation.