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: 7 days ago
JSON representation
A simple command line tool for capturing the latest version of crates
- Host: GitHub
- URL: https://github.com/phynalle/getver
- Owner: phynalle
- License: mit
- Created: 2018-10-04T07:14:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T04:51:48.000Z (over 4 years ago)
- Last Synced: 2024-10-31T11:44:28.302Z (13 days ago)
- Language: Rust
- Homepage:
- Size: 92.8 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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)