https://github.com/zhangyu1818/pkg-pub
Publish a temporary version to occupy the package
https://github.com/zhangyu1818/pkg-pub
Last synced: 3 months ago
JSON representation
Publish a temporary version to occupy the package
- Host: GitHub
- URL: https://github.com/zhangyu1818/pkg-pub
- Owner: zhangyu1818
- Created: 2023-06-27T09:55:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-27T10:00:54.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T08:44:57.618Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pkg-pub
Publish a temporary version to occupy the package
## Install
```shell
npm install pkg-pub -g
```## Usage
```shell
pkgp
```## Why
Checking if a package name is taken before publishing a npm package is important. However, npm info and npm view commands do not work for private packages. In such cases, developers may find out that the package name is already taken when attempting to publish it. The best way to confirm availability is by directly publishing the package.
If there is a better way to search for private packages, please let me know in time, Thank you!