-
Notifications
You must be signed in to change notification settings - Fork 1
Repositories
JulianFun123 edited this page Nov 17, 2019
·
1 revision
It's just a file on a webserver! A json file!
{
"name": "uppm",
...
"repositories": {
"example": "https://example.com/list.json"
},
"modules": {
...
"julianfun123/uloleorm": "1.0"
}
}
{
"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
UPPM - InteraApps 2019