https://github.com/codedotjs/curver-cli
:arrows_counterclockwise: Easily fetch the latest version of node module available on npm.
https://github.com/codedotjs/curver-cli
Last synced: 7 months ago
JSON representation
:arrows_counterclockwise: Easily fetch the latest version of node module available on npm.
- Host: GitHub
- URL: https://github.com/codedotjs/curver-cli
- Owner: CodeDotJS
- License: mit
- Created: 2016-05-11T19:07:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T11:17:38.000Z (over 8 years ago)
- Last Synced: 2025-03-26T20:54:24.351Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# curver-cli [](https://travis-ci.org/CodeDotJS/curver-cli)
> Easily fetch the latest version of node module available on npm.

## Install
```
$ [sudo] npm install --global curver
```
## Usage
```
Usage: curver
Example:
$ curver express
```
## Related
- __[`curver`](https://github.com/CodeDotJS/curver)__ `: API for this CLI Tool.`
- __[`packages-by`](https://github.com/CodeDotJS/packages-by-cli)__ `: Find total packages by a npm user.`
- __[`packstat`](https://github.com/CodeDotJS/packstat-cli)__ `: Easy way to extract download stats of a node module.`
## License
MIT © [Rishi Giri](https://rishigiri.com)