- promise-based interaction with a nexus repository
- in the early days there will be frequent updates
- tested on Nexus Repository Manager OSS 2.14.9-01
- list-repos
- pom-model
- retrieve-artifact
- search-maven-central
Using npm:
$ npm install nexus-repo --save
In Node.js:
var {nexusRepo} = require("nexus-repo")
nexusRepo({command:'search-maven-central', searchMavenCentral:'log4j'})
- you can place a file in your home directory called .nexusRepo.json where you can place common information and/or credentials. For example:
{
"username" : "myusername",
"password" : "mypassword",
"repoUrl" : "http://mylocal.domain.com/nexus/",
"verbose" : false
}
- Nexus Core API (Restlet 1.x Plugin) REST API
- better documentation on git site
- docs/examples.md
- docs/other.md
- // after git committing
- npm version patch
- npm publish --access public