docs: add articles and use cases [skip ci]

This commit is contained in:
Amin Yahyaabadi 2021-12-16 11:51:52 -06:00 committed by GitHub
parent 4b7a956930
commit 54c51d7f14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -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).