artifactory-registry

1.0.0 • Public • Published

Artifactory Registry

npm version

Tested only on MacOS.

CLI for set up JFrog Artifactory with scope in NPM config.

Usage

You don't need to install it. Instead you will use npx.

init

Go to the root path of the project and initialize the tool:

$ npx artifactory-registry init

That command create artifactory.json file:

{
  "scope": "my-scope",
  "host": "http://localhost:8081",
  "repositoryName": "my-project.npm.dev"
}

Configure artifactory.json using your JFrog Artifactory NPM configuration.

add

Set the new configuration in NPM config. Require JFrog Artifactory authetication.

$ npx artifactory-registry add

Check the new NPM configuration:

$ cat ~/.npmrc

remove

If you want to remove a NPM configuration:

$ npx artifactory-registry remove

This only remove the same data setted in artifactory.json file.

Readme

Keywords

Package Sidebar

Install

npm i artifactory-registry

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

5.23 kB

Total Files

5

Last publish

Collaborators

  • renzocastro