Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages