https://github.com/registrytest/package
Package for Registry Test
https://github.com/registrytest/package
npm npmjs registry verdaccio
Last synced: 6 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-02T17:58:45.000Z (over 1 year ago)
- Last Synced: 2025-03-11T01:56:35.493Z (7 months 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
```