Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/registrytest/package

Package for Registry Test
https://github.com/registrytest/package

npm npmjs registry verdaccio

Last synced: 5 days ago
JSON representation

Package for Registry Test

Awesome Lists containing this project

README

        

# A Package for Registry Test

## Process

```bash
#!/bin/bash

npm config set registry=https://registry.npmjs.com/
npm login # User: rt-owner
npm publish
npm version minor
npm publish
npm unpublish
npm version major
npm publish
```

## Result

```bash
#!/bin/bash

npm view @registrytest/package --json
```