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

https://github.com/rohmanhm/verr

🍻 The simple way to check version
https://github.com/rohmanhm/verr

commander node-cli package verr version version-checker

Last synced: 10 months ago
JSON representation

🍻 The simple way to check version

Awesome Lists containing this project

README

          

# Verr

> The simple way to check version

## Install
Install globally via **npm**:
```
npm install --global verr
```
or may you consider using **yarn**:
```
yarn global add verr
```

## Usage
From your terminal run **verr**, followed the second arguments with bin name.
```bash
verr binname
```
## Example
```bash
verr git
# 2.10.1 <- Output
```

## License
MIT © [Roman Masyhar](https://github.com/rohmanhm)