Skip to content

TheProgramSrc/GlobalDatabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

GlobalDatabase

A global database used by all of our products.

Folder descriptions

Here you'll find a description for every folder and file in this repository.

File Descriptions
  • SimpleCoreAPI/modules-repository.json: A file that contains all the available and supported modules.
    Format:
{
  "moduleid": {
    "display": "Display Name",
    "file_name": "FileName",
    "repository": "User/Repository"
  }
}
  • moduleid: Stands for the module id, it must be something unique
  • display: Used when is needed to be displayed in any UI
  • file_name: Used when updating/downloading, this will tell the helper how the file name should be (just like the moduleid, it needs to be unique).
  • repository: (Optional) If specified must follow github format User/Repo. If not specified, the format TheProgramSrc/SimpleCore-{moduleid} will be used. For tasksmodule the formatted repo would be TheProgramSrc/SimpleCore-tasksmodule, since github is not case sensitive this won't cause any issues.

About

A global database used by all of our products.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published