repobadge/README.md

25 lines
260 B
Markdown
Raw Normal View History

2020-12-23 22:54:09 +01:00
# repoBadge
## Description
C++ library and tool for creating code repository badges
2020-12-26 16:44:33 +01:00
## Building
- mkdir build
- cd build
- cmake ..
- make all
- make test
### Doxygen Documentation
2020-12-23 22:54:09 +01:00
## License
GPLv3
## Author
- Dominik Meyer <dmeyer@federationhq.de>