Skip to content

Repositories

JulianFun123 edited this page Nov 17, 2019 · 1 revision

It's just a file on a webserver! A json file!

Repository in uppm.json

{
    "name": "uppm",
    ...
    "repositories": {
        "example": "https://example.com/list.json"
    },
    "modules": {
        ...
        "julianfun123/uloleorm": "1.0"
    }
}

Own Repositories

Example list.json

{    
    "julianfun123/uloleorm": {
        "newest": "1.0",
        "1.0": "https://example.com/repos/1.0.zip"
    }
}

Tip: If you want to have a private repo you can simply check the http request with a GET parameter: https://example.com/list.json?private_key=KEY

You could also check out Ulole Framework

Clone this wiki locally