Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/registrytest/package
- Owner: registrytest
- License: mit
- Created: 2024-03-28T17:11:36.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T17:58:45.000Z (8 months ago)
- Last Synced: 2024-12-11T05:38:10.187Z (12 days ago)
- Topics: npm, npmjs, registry, verdaccio
- Language: JavaScript
- Homepage: https://registrytest.org
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Package for Registry Test
## Process
```bash
#!/bin/bashnpm 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/bashnpm view @registrytest/package --json
```