Skip to content

bit-ocean-studio/verdaccio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verdaccio

📦 Bit Ocean private npm registry.

Deployment

Clone this repo and run via docker-compose:

docker-compose up -d

Usage

Add user account

npm adduser --registry https://npm.bit-ocean.studio

Install packages

Add following to .npmrc:

@bit-ocean:registry=https://npm.bit-ocean.studio

Revoke packages

If you want to revoke a package, you can use the following command:

npm unpublish -f [package-name]@[version]

Releases

No releases published

Packages

No packages published