Skip to content

Containerizing application for ComputerCraft.

Notifications You must be signed in to change notification settings

hugeblank/harbor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

harbor

Containerizing application environment for ComputerCraft.

Installation:

For the standalone harbor API: pastebin run ivRuuLSH

For the harbor API and a kit of tools to use it with: pastebin run ivRuuLSH extras

API Usage:

mountTable: creates a fs API bound to the Harbor VFS tree passed in

  • Parameters
    • table: HVFS tree
  • Returns
    • table: filesystem API

mountString: creates a fs API bound to the serialized HVFS tree passed in

  • Parameters
    • string: serialized HVFS tree
  • Returns
    • table: filesystem API

mountFile: creates a fs API bound to the HVFS tree contained in the file passed in

  • Parameters
    • string: path to a file containing a HVFS tree
  • Returns
    • table: filesystem API

convert: generates a HVFS tree with the root starting at the path passed in

  • Parameters
    • string: path to directory to be converted
  • Returns
    • table: HVFS tree

revert: takes a fs API tied to a harbor object and converts it into a directory structure with the root being the path

  • Parameters
    • table: Harbor fs API
    • string: Path to dump contents
  • Returns
    • boolean: Whether the operation succeeded or not

About

Containerizing application for ComputerCraft.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages