All Projects → sindresorhus → bin-version-cli

sindresorhus / bin-version-cli

Licence: MIT license
Get the version of a binary in semver format

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to bin-version-cli

version-check
An action that allows you to check whether your npm package version has been updated
Stars: ✭ 65 (+80.56%)
Mutual labels:  semver, version
Grabver
Gradle Automatic Build Versioning Plugin - An easy Gradle plugin that follows semver.org rules to automatically generate the Patch version, Build number and Code version, while Major, Minor and Pre-Release suffix remain under our control.
Stars: ✭ 39 (+8.33%)
Mutual labels:  semver, version
semver
Semantic version object for Perl
Stars: ✭ 12 (-66.67%)
Mutual labels:  semver, version
zerover
0️⃣ Minimalist versioning scheme for devs who can't be bothered.
Stars: ✭ 141 (+291.67%)
Mutual labels:  semver, version
Version
Represent and compare versions via semantic versioning (SemVer) in Swift
Stars: ✭ 160 (+344.44%)
Mutual labels:  semver, version
bump
A generic version tracking and update tool
Stars: ✭ 33 (-8.33%)
Mutual labels:  semver, version
Cli
🆑📍 Setup automated semver compliant package publishing
Stars: ✭ 272 (+655.56%)
Mutual labels:  semver, version
Python Semver
Python package to work with Semantic Versioning (http://semver.org/)
Stars: ✭ 264 (+633.33%)
Mutual labels:  semver, version
Semver.c
Semantic version library written in ANSI C
Stars: ✭ 147 (+308.33%)
Mutual labels:  semver, version
Reckon
Infer a project's version from your Git repository.
Stars: ✭ 124 (+244.44%)
Mutual labels:  semver, version
next-ver
Tells you the next semantic version for your local package
Stars: ✭ 27 (-25%)
Mutual labels:  semver, version
win-wallpaper
Manage the desktop wallpaper on Windows
Stars: ✭ 62 (+72.22%)
Mutual labels:  binary, cli-app
cocogitto
The Conventional Commits toolbox
Stars: ✭ 242 (+572.22%)
Mutual labels:  semver, cli-app
perfekt
Release, changelog and version your packages with perfe(k)t 👌 ease!
Stars: ✭ 15 (-58.33%)
Mutual labels:  semver, version
Version
♈ Value Object that represents a SemVer-compliant version number.
Stars: ✭ 117 (+225%)
Mutual labels:  semver, version
Semantic Release
📦🚀 Fully automated version management and package publishing
Stars: ✭ 14,364 (+39800%)
Mutual labels:  semver, version
Dark Mode
Control the macOS dark mode from the command-line
Stars: ✭ 518 (+1338.89%)
Mutual labels:  binary, cli-app
ocaml-semver
Semantic version handling for OCaml
Stars: ✭ 16 (-55.56%)
Mutual labels:  semver
BasicExercises
📘 Personal basic practice test playground.
Stars: ✭ 84 (+133.33%)
Mutual labels:  binary
gogh
GO GitHub project manager
Stars: ✭ 29 (-19.44%)
Mutual labels:  cli-app

bin-version-cli

Get the version of a binary in semver format

Install

$ npm install --global bin-version-cli

Usage

$ bin-version --help

  Usage
    $ bin-version <binary> [arguments]

    The arguments default to `--version`

    Exits with code 2 if no version could be found

  Examples
    $ curl --version
    curl 7.30.0 (x86_64-apple-darwin13.0)
    $ bin-version curl
    7.30.0
    $ openssl version
    OpenSSL 1.0.2p  14 Aug 2018
    $ bin-version openssl version
    1.0.2

Related

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].