https://github.com/naturalclar/ncv
npm package version checker
https://github.com/naturalclar/ncv
cli npm npm-package typescript
Last synced: 3 months ago
JSON representation
npm package version checker
- Host: GitHub
- URL: https://github.com/naturalclar/ncv
- Owner: Naturalclar
- Created: 2019-06-12T03:18:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-25T02:11:43.000Z (about 3 years ago)
- Last Synced: 2024-05-01T14:59:00.394Z (about 2 years ago)
- Topics: cli, npm, npm-package, typescript
- Language: TypeScript
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ncv
npm check version - A tool to check the latest version of specific package on your `package.json`. Primarily used to check version of private packages that can't be done checked using autocomplete feature.
## Usage
```
ncv - shows list of package in your `package.json`, and shows latest version of the chosen package.
ncv [packageName] - check latest version of specific package
```
# installation
You can run `ncv` by running the following command:
```
npx ncv
```
You can also install `ncv` globally
Using npm:
```
npm install -g ncv
```
Using pnpm:
```
pnpm add -g ncv
```
Using yarn:
```
yarn global add ncv
```
In order to use the list feature, you also need to install `peco`(https://github.com/peco/peco)
# demo
