From 54c51d7f14c3dfea3757ed96e08a269bee0ca1ef Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Thu, 16 Dec 2021 11:51:52 -0600 Subject: [PATCH] docs: add articles and use cases [skip ci] --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 90c3a84d..894e48b5 100644 --- a/README.md +++ b/README.md @@ -208,3 +208,16 @@ jobs: env: ACTIONS_ALLOW_UNSECURE_COMMANDS: true ``` + + +# Articles + +[Setup-Cpp on Dev.to](https://dev.to/aminya/setup-cpp-3ia4) + +# Usage Examples + +- [libclang](https://github.com/atilaneves/libclang) +- [dpp](https://github.com/atilaneves/dpp) +- [d-tree-sitter](https://github.com/aminya/d-tree-sitter) + +See all of the usage examples on GitHub [here](https://github.com/search?q=aminya%2Fsetup-cpp+path%3A.github%2Fworkflows%2F+language%3AYAML+fork%3Atrue&type=code).