feat: describe idea of pwa and web cli tools

This commit is contained in:
Konrad Geletey 2024-08-20 14:28:51 +03:00
commit 064376cccd
No known key found for this signature in database
GPG key ID: 862B98E2204889CE
5 changed files with 237 additions and 0 deletions

View file

@ -0,0 +1,26 @@
{
"api": "https://codeberg.org/api/v1",
"settings": {
"aliases": [
{
"alias": "i",
"type": "path",
"path": "/repos/{owner}/{repo}/issues"
},
{
"alias": "create",
"type": "method",
"method": "POST"
},
{
"alias": "tea",
"type": "bin",
"bin": "tea"
}
]
},
"bin": {
"linux": [{"x86": "https://dl.gitea.com/tea/main/tea-main-linux-amd64.xz"}]
}
}