summaryrefslogtreecommitdiff
path: root/Readme.md
blob: 6fa7ac0e2d093dde42d8c9ca1d722dcb157626ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# pkg

Selfhosted golang packages proxy.

Live version: https://go.neonxp.dev/

Package page: https://go.neonxp.dev/pkg/ (browser will redirects to documentation, but `go get go.neonxp.dev/pkg` will install package)

## Configuration

`config.json` file:

```json
{
    "title": "WEBSITE TITLE",
    "host": "go.neonxp.dev",
    "packages": {
        "pkg": {
            "pkg": "pkg",
            "vcs": "git",
            "repo": "https://github.com/neonxp/pkg",
            "desc": "Package description"
        },
        "jsonrpc2": {
            "pkg": "jsonrpc2",
            "vcs": "git",
            "repo": "https://github.com/neonxp/jsonrpc2",
            "desc": "Имплементация сервера JSON-RPC 2.0 с генериками."
        },
        "test": {
            "pkg": "test",
            "vcs": "git",
            "repo": "https://github.com/example/test",
            "desc": "Test description."
        },
        ...
    }
}

```

## Author

Alexander Kiryukhin <i@neonxp.dev>

## License

![GPL v3](https://www.gnu.org/graphics/gplv3-with-text-136x68.png)