An open API service indexing awesome lists of open source software.

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`

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
```