Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nothub/mvnc
A cli client and Go library for Apache Maven HTTP repositories.
https://github.com/nothub/mvnc
maven
Last synced: about 22 hours ago
JSON representation
A cli client and Go library for Apache Maven HTTP repositories.
- Host: GitHub
- URL: https://github.com/nothub/mvnc
- Owner: nothub
- License: mit
- Created: 2023-05-15T23:38:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-06T17:29:17.000Z (7 months ago)
- Last Synced: 2024-04-07T17:27:30.059Z (7 months ago)
- Topics: maven
- Language: Go
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# mvnc
[![go ref](https://pkg.go.dev/badge/github.com/nothub/mvnc.svg)](https://pkg.go.dev/github.com/nothub/mvnc)
A cli client and Go library for [Apache Maven](https://maven.apache.org/) HTTP repositories.
### Install
On most linux distros, to install the amd64 binary, run:
```sh
curl -fsSLo /tmp/mvnc https://github.com/nothub/mvnc/releases/latest/download/mvnc_linux_amd64
sudo install --mode 0755 --target /usr/local/bin /tmp/mvnc
```