https://github.com/jfrog/gocmd
https://github.com/jfrog/gocmd
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jfrog/gocmd
- Owner: jfrog
- License: apache-2.0
- Created: 2019-01-08T13:23:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-14T17:36:19.000Z (about 4 years ago)
- Last Synced: 2024-06-18T18:39:38.004Z (almost 2 years ago)
- Language: Go
- Size: 256 KB
- Stars: 4
- Watchers: 37
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gocmd
|Branch|Status|
|:---:|:---:|
|master|[](https://ci.appveyor.com/project/jfrog-ecosystem/gocmd/branch/master)
## General
*gocmd* is a library which provides Go APIs to performs actions on JFrog Artifactory from your Go application related to working with Go packages.
The project is still relatively new, and its APIs may therefore change frequently between releases.
The library can be used as a go-module, which should be added to your project's go.mod file. As a reference you may look at [JFrog CLI](https://github.com/jfrog/jfrog-cli)'s [go.mod](https://github.com/jfrog/jfrog-cli/blob/master/go.mod) file, which uses this library as a dependency.
## Tests
To run tests on the source code, use the following command:
````
go test -v github.com/jfrog/gocmd/tests -timeout 0
````