DXHeroes / dx-scanner

CLI tool that allows you to measure quality of a team work and an app based on your source code.
https://dxscanner.io
MIT License
80 stars 45 forks source link

Create a component detector for C++ (~60 new lines of code) #64

Open prokopsimek opened 4 years ago

prokopsimek commented 4 years ago

We'd like to measure the quality of apps written in C++.

There are "component detectors" to determine frameworks, platform, and type of an application.

It's necessary to implement CppComponentDetector the similar way as is JavaComponentDetector implemented. Because C++ is not a front-end language, so it's not necessary to recognize Frontend/Backend platform. It's around 60 new lines of code including tests.

More info in our Contribution guide.

Other sources:

iamRishabh07 commented 3 years ago

Hi, @prokopsimek I would like to work on this issue.

prokopsimek commented 3 years ago

@iamRishabh07 Awesome! The issue is yours! 💪