Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.45 KB

File metadata and controls

36 lines (29 loc) · 1.45 KB

Modules Repository

You can use own repositorys for your modules.

So that you can use your own Git repositories, this must contain a special structure:

📁<module>

⠀⠀⠀⠀〰️ [...]

⠀⠀⠀⠀〰️ 📄 /module.package

📁 /modules.packages/

⠀⠀⠀⠀〰️ 📦 <module>.zip

📄 /modules.list

File: modules.list

The modules.list is located in the main directory and provides all currently usable modules that are located in the <module> folder of the same name. In addition to this, the packed module for installation exists as a ZIP archive in the modules.packages folder

Folder: modules.packages

This directory contains only ready-to-install modules that are stored in a ZIP archive.

Folder: <module>

The source code of a module. This contains at least the module.package, see Module Example ~> module.package

Content of a Module

Please visit the Module-Documentation.

Sample Repository

Feel free to look into our Modules Repository. Here you can find a productive sample of: