📦 Bit Ocean private npm registry.
Clone this repo and run via docker-compose
:
docker-compose up -d
npm adduser --registry https://npm.bit-ocean.studio
Add following to .npmrc
:
@bit-ocean:registry=https://npm.bit-ocean.studio
If you want to revoke a package, you can use the following command:
npm unpublish -f [package-name]@[version]