C++ library and executable for creating repository badges.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Dominik Meyer de63d4a05d
FIX: removed examples because gitea does not render svg in markdown
2 years ago
cmake/Modules ADD: add some useful cmake modules 2 years ago
docs ADD: first version of project 2 years ago
example-badges ADD: some example badges 2 years ago
include ADD: first version of project 2 years ago
src ADD: first version of project 2 years ago
.gitignore ADD: ignore some files 2 years ago
CMakeLists.txt ADD: fixes to cmake file 2 years ago
LICENSE ADD: inital commit 2 years ago
README.md FIX: removed examples because gitea does not render svg in markdown 2 years ago

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