https://github.com/andru255/verdaccio-server
A private/local npm registry server
https://github.com/andru255/verdaccio-server
cache nodejs npm registry
Last synced: 7 months ago
JSON representation
A private/local npm registry server
- Host: GitHub
- URL: https://github.com/andru255/verdaccio-server
- Owner: andru255
- Created: 2017-05-03T16:32:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T16:32:25.000Z (over 8 years ago)
- Last Synced: 2025-04-02T19:51:35.472Z (10 months ago)
- Topics: cache, nodejs, npm, registry
- Size: 1000 Bytes
- Stars: 3
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome_frontend_development_resources - verdaccio-server - A private/local npm registry server. (Verdaccio / Docker Custom Builds)
- awesome - verdaccio-server - A private/local npm registry server. (Verdaccio / Docker Custom Builds)
README
# Verdaccio npm registry
A private/local npm registry server
## Requirements
- Docker version 17.x
- Docker compose 1.11.x
## How to play
- Clone that repo
- Go to folder repo cloned
- Run that command for create and start the server with docker:
```
~ docker compose up -d
```
## Useful information
[verdaccio](https://github.com/verdaccio/verdaccio)
[Host, Publish and Manage Private npm Packages with Verdaccio](https://www.sitepoint.com/private-npm-packages-verdaccio/)