repobadge/README.md

29 lines
317 B
Markdown
Raw Permalink 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-26 16:45:08 +01:00
- mkdir build
- cd build
- cmake ..
- make doc-repobadge
2020-12-23 22:54:09 +01:00
## License
GPLv3
## Author
- Dominik Meyer <dmeyer@federationhq.de>