Skip to content

A CLI for working with semantic versions based on masterminds/semver

Notifications You must be signed in to change notification settings

kloudyuk/semver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

semver

A simple CLI based on masterminds/semver for dealing with semantic versions

Install

go install github.com/kloudyuk/semver@latest

Usage

Usage:
  semver [command]

Available Commands:
  bump        Takes a given version and bumps it by the desired level (major|minor|patch)
  help        Help about any command
  parse       Parses a version in accordance with the SemVer 2 specification and returns the full version or an error
  sort        Sort semantic versions in accordance with the SemVer 2 specification

Flags:
  -h, --help   help for semver

Use "semver [command] --help" for more information about a command.

About

A CLI for working with semantic versions based on masterminds/semver

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages