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
- Host: GitHub
- URL: https://github.com/rohmanhm/verr
- Owner: rohmanhm
- License: mit
- Created: 2017-04-12T15:19:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T01:22:28.000Z (about 9 years ago)
- Last Synced: 2025-08-02T02:27:15.800Z (10 months ago)
- Topics: commander, node-cli, package, verr, version, version-checker
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)