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

https://github.com/xmidt-org/webcfg


https://github.com/xmidt-org/webcfg

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# webcfg

webcfg is the client implementation of webconfig.

[![Build Status](https://github.com/xmidt-org/webcfg/workflows/CI/badge.svg)](https://github.com/xmidt-org/webcfg/actions)
[![codecov.io](http://codecov.io/github/xmidt-org/webcfg/coverage.svg?branch=master)](http://codecov.io/github/xmidt-org/webcfg?branch=master)
[![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/xmidt-org/webcfg/blob/master/LICENSE.txt)
[![GitHub release](https://img.shields.io/github/release/xmidt-org/webcfg.svg)](CHANGELOG.md)

# Building and Testing Instructions

```
mkdir build
cd build
cmake ..
make
make test
```