https://github.com/kittaakos/verdaccio-publish
Publishing to a private NPM registry with `verdaccio`
https://github.com/kittaakos/verdaccio-publish
Last synced: 2 months ago
JSON representation
Publishing to a private NPM registry with `verdaccio`
- Host: GitHub
- URL: https://github.com/kittaakos/verdaccio-publish
- Owner: kittaakos
- License: mit
- Created: 2018-11-19T15:03:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T16:22:53.000Z (over 6 years ago)
- Last Synced: 2025-01-31T12:49:30.551Z (4 months ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# verdaccio-publish
Publishing to a private NPM registry with `verdaccio`----
### Publish via the `verdaccio` CLI:
```
yarn --cwd ./publisher-cli && yarn --cwd ./publisher-cli test
```### Publish via the `verdaccio` Node.js API:
```
yarn --cwd ./publisher-node-api && yarn --cwd ./publisher-node-api test
```