You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+52-19Lines changed: 52 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,14 @@
5
5
6
6
Semantic Versioning utility.
7
7
8
-
## Overview
8
+
## Description
9
9
10
-
The `semver`command line utility extracts, parses, sorts, and validates[Semantic Version](https://semver.org/) strings.
10
+
The `semver` utility is a text filter for[Semantic Version](https://semver.org/) strings. It searches text from the standard input, selects any Semantic Versions that are present, and writes them to the standard output. It can optionally sort or tabulate the selected versions.
11
11
12
-
The Semantic Versioning format is:
12
+
A *version* string will be selected within the text stream if the following criteria are met:
0 commit comments