Skip to content
forked from m88i/aicura

A Sonatype Nexus OSS client library in Go

License

Notifications You must be signed in to change notification settings

LCaparelli/aicura

 
 

Repository files navigation

Nexus Client Integration Checks codecov GitHub go.mod Go version License: LGPL v3

AICURA: A Sonatype Nexus API in Go

aicura is a client library for Sonatype Nexus Manager v3 API written in GoLang.

Development

To run a local Nexus Server 3.x container with Podman:

$ podman run --rm -it -p 8081:8081 -e INSTALL4J_ADD_VM_PARAMS="-Dnexus.security.randompassword=false" docker.io/sonatype/nexus3

Use Postman or even the web browser to play around with the Nexus REST API at http://localhost:8081 endpoint. The default credentials are admin/admin123.

About

A Sonatype Nexus OSS client library in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 82.7%
  • Shell 17.1%
  • Makefile 0.2%