A flexible version generator for projects that uses the Git as control version. The generated version is based in the git commit time and an optional suffix.
- Download the source code
- Extract to the
~/InfinityRefactoring/infinity-version-generator
folder chmod +x ~/InfinityRefactoring/infinity-version-generator/ivg
- Add the line
PATH="$HOME/InfinityRefactoring/infinity-version-generator/:$PATH"
to the end of~/.profile
file - Restart the system to reload the
~/.profile
file or use thesource ~/.profile
command - Run
ivg --help
to test
InfinityRefactoring/infinity-version-generator is provided and distributed under the Apache Software License 2.0.
Refer to LICENSE for more information.