Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ghaztools/metricproducer


https://github.com/ghaztools/metricproducer

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# MetricProducer

## Running Clang Format

```bash
find . -iname '*.cpp' -o -iname '*.hpp' | xargs clang-format -i
```