Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.36 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.36 KB

Infinity Refactoring

Infinity Version Generator

GitHub issues GitHub stars

What is it?

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.

Using Infinity Version Generator

  1. Download the source code
  2. Extract to the ~/InfinityRefactoring/infinity-version-generator folder
  3. chmod +x ~/InfinityRefactoring/infinity-version-generator/ivg
  4. Add the line PATH="$HOME/InfinityRefactoring/infinity-version-generator/:$PATH" to the end of ~/.profile file
  5. Restart the system to reload the ~/.profile file or use the source ~/.profile command
  6. Run ivg --help to test

Licensing

InfinityRefactoring/infinity-version-generator is provided and distributed under the Apache Software License 2.0.

Refer to LICENSE for more information.