C++ library and executable for creating repository badges.
Go to file
Dominik Meyer 5917afa61f
ADD: fixes to cmake file
2020-12-26 16:44:33 +01:00
cmake/Modules ADD: add some useful cmake modules 2020-12-26 16:22:27 +01:00
docs ADD: first version of project 2020-12-26 16:39:29 +01:00
include ADD: first version of project 2020-12-26 16:39:29 +01:00
src ADD: first version of project 2020-12-26 16:39:29 +01:00
.gitignore ADD: ignore some files 2020-12-26 16:21:58 +01:00
CMakeLists.txt ADD: fixes to cmake file 2020-12-26 16:44:33 +01:00
LICENSE ADD: inital commit 2020-12-23 22:54:09 +01:00
README.md ADD: fixes to cmake file 2020-12-26 16:44:33 +01:00

README.md

repoBadge

Description

C++ library and tool for creating code repository badges

Building

  • mkdir build
  • cd build
  • cmake ..
  • make all
  • make test

Doxygen Documentation

License

GPLv3

Author