https://github.com/bit-ocean-studio/verdaccio
📦 Bit Ocean private npm registry.
https://github.com/bit-ocean-studio/verdaccio
npm registry verdaccio
Last synced: 11 days ago
JSON representation
📦 Bit Ocean private npm registry.
- Host: GitHub
- URL: https://github.com/bit-ocean-studio/verdaccio
- Owner: bit-ocean-studio
- License: mit
- Created: 2024-03-16T17:41:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-17T07:44:32.000Z (over 1 year ago)
- Last Synced: 2025-03-04T19:35:33.036Z (8 months ago)
- Topics: npm, registry, verdaccio
- Homepage: https://npm.bit-ocean.studio
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Verdaccio
> 📦 Bit Ocean private npm registry.
## Deployment
Clone this repo and run via `docker-compose`:
```bash
docker-compose up -d
```## Usage
### Add user account
npm adduser --registry https://npm.bit-ocean.studio
### Install packages
Add following to `.npmrc`:
```properties
@bit-ocean:registry=https://npm.bit-ocean.studio
```### Revoke packages
If you want to revoke a package, you can use the following command:
```bash
npm unpublish -f [package-name]@[version]
```