C++ library and executable for creating repository badges.
Go to file
Dominik Meyer de63d4a05d
FIX: removed examples because gitea does not render svg in markdown
2020-12-26 19:08:00 +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
example-badges ADD: some example badges 2020-12-26 16:48:21 +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 FIX: removed examples because gitea does not render svg in markdown 2020-12-26 19:08:00 +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

  • mkdir build
  • cd build
  • cmake ..
  • make doc-repobadge

License

GPLv3

Author