0.0.16 • Published 7 years ago

nexus-repo v0.0.16

Weekly downloads
16
License
ISC
Repository
bitbucket
Last release
7 years ago

nexus-repo

  • 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

Commands

  • list-repos
  • pom-model
  • retrieve-artifact
  • search-maven-central

Installation

Using npm:

 $ npm install nexus-repo --save

Usage

In Node.js:

var {nexusRepo} = require("nexus-repo")

nexusRepo({command:'search-maven-central', searchMavenCentral:'log4j'})

NOTE

  • 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
}

docs

How to publish

  • // after git committing
  • npm version patch
  • npm publish --access public
0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago