Skip to content

dmerkushov/nanoservices2

Repository files navigation

nanoservices

Quality Gate Status Documentation

Nanoservices framework

It is in development by now, a more meaningful readme will be added later

How to build

You'll need: cmake (minimum version is 3.19), make and a C++20 compiler (the framework is tested with gcc 11.1.0)

git clone [email protected]:dmerkushov/nanoservices2.git`
cd nanoservices/
mkdir build
cd build/
cmake ..
cmake --build .
cd ../..

How to develop

clang-format

clang-format, minimum version 12, is advised to support the project's codestyle.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published