Explore using the Playground¶ experimental Explore using nsv by launching the in-built playground. Version templating¶ Discover how the internal go template is used when generating the next semantic version: nsv playground ui/v0.1.0 --format '{{.Version}}' ui/v0.1.0 >> {{.Version}} >> v0.1.0 {{.Prefix}} >> ui/ {{.SemVer}} >> 0.1.0 {{.Version}} >> v0.1.0 Command composition¶ coming soon