README.md
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
# conver
**conver** is a simple tool to manage projects implementing Convergent Versioning.
## Usage
```
conver - Convergent Versioning Tool v100-D
(c) Copyright 2026 Fabio Cevasco
SYNTAX
conver [<flag> | <command>]
Where:
<flag> can be one of the following:
-v, --version: Print the version of the program.
-h, --help: Print this help message.
<command> can be one of the following:
init: Initialize the project for ConVer usage.
draft: Draft a new release by specifying score and metadata.
status: Display the current Draft and Release versions, if any.
release: Move the current draft version to release.
semver: Generate SemVer version number based on history.
history: Print the full version history of the project.
```
|