Files
Michael Housh 4420bd428a
Some checks failed
CI / Ubuntu (push) Has been cancelled
feat: Working on command-line documentation.
2024-12-27 14:51:55 -05:00

493 B

CliClient

Derive a version for a command-line tool from git tags or a git sha.

Additional Resources

Github Repo

Overview

This tool exposes several plugins that can be used to derive a version for a command line program at build time or by manually running the plugin. The version is generally derived from git tags, however it can be configured to run custom commands.

Articles