pkg/Readme.md

49 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# pkg
Selfhosted golang packages proxy.
Live version: https://go.neonxp.ru/
Package page: https://go.neonxp.ru/pkg/ (browser will redirects to documentation, but `go get go.neonxp.ru/pkg` will install package)
## Configuration
`config.json` file:
```json
{
"title": "WEBSITE TITLE",
"host": "go.neonxp.ru",
"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)