An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# curver-cli [![Build Status](https://travis-ci.org/CodeDotJS/curver-cli.svg?branch=master)](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)