Ecosyste.ms: Awesome

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

https://github.com/phynalle/getver

A simple command line tool for capturing the latest version of crates
https://github.com/phynalle/getver

Last synced: 3 months ago
JSON representation

A simple command line tool for capturing the latest version of crates

Lists

README

        

# getver
getver is a simple command line tool for capturing the latest version of crates.
```
$ getver ...
```

### Prerequsite
getver needs stable version of rust. [Here](https://rustup.rs/) provides the easy way to install rust
```
$ curl https://sh.rustup.rs -sSf | sh
$ rustup install stable
```

### Installation
```
$ cargo install getver
```

after installation, try this:
```
$ getver libc bitflags rand log lazy_static
```
![screen shot](https://user-images.githubusercontent.com/6007810/46480828-fb98a000-c82c-11e8-89a3-e42f55fc48aa.png)