Nushell Niceties: Transform Values Into Semver Types
A blog by @mrhaki
Nushell can be extended with plugins to have more functionality or types that are not part of standard Nushell. If you want to work with string values that are actually semantic version values (https://semver.org) you can use the Nushell SemVer plugin. The plugin must be added to Nushell by using the command plugin add . You can check with plugin list...
#dev #softwaredevelopment #Nushell
https://jdriven.com/blog/2026/04/Nushell-Niceties-Transform-Values-Into-Semver-Types/