DevProven 0.2.17
dotnet tool install --global DevProven --version 0.2.17
dotnet new tool-manifest
dotnet tool install --local DevProven --version 0.2.17
#tool dotnet:?package=DevProven&version=0.2.17
nuke :add-package DevProven --version 0.2.17
DevProven CLI
Analyze your code and build a verified developer skill profile across 10+ languages.
Install
dotnet tool install -g DevProven
Requires .NET 10 SDK.
Update
dotnet tool update -g DevProven
Check your installed version with devproven --version.
Usage
devproven analyze ./my-project --upload --api-key YOUR_API_KEY
Results are uploaded to your DevProven profile at devproven.com.
Get your API key
- Sign in at devproven.com
- Go to Settings → API Keys
- Create a new key
Specifying your git identity
The analyzer uses your git email to identify which commits are yours in the repository. By default it reads git config user.email from the project.
If your git commits use a different email than the one configured locally, specify it explicitly:
devproven analyze ./my-project --upload --api-key YOUR_KEY --git-user "you@example.com"
If you have committed with multiple email addresses (e.g. work and personal), list them comma-separated:
devproven analyze ./my-project --upload --api-key YOUR_KEY \
--git-user "you@work.com,you@personal.com"
All git emails must be verified on your DevProven account before analysis results can be uploaded. Verify your emails at Settings → Git Emails on devproven.com. This prevents anyone from claiming another developer's commits.
Supported languages
TypeScript, JavaScript, Python, C#, Java, Go, Rust, Kotlin, Ruby, PHP, Swift, C++
Links
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.2.17 | 94 | 4/28/2026 |
| 0.2.16 | 94 | 4/28/2026 |
| 0.2.15 | 92 | 4/28/2026 |
| 0.2.14 | 89 | 4/27/2026 |
| 0.2.13 | 92 | 4/27/2026 |
| 0.2.12 | 96 | 4/20/2026 |
| 0.2.11 | 99 | 4/20/2026 |
| 0.2.10 | 96 | 4/19/2026 |
| 0.2.9 | 92 | 4/19/2026 |
| 0.2.8 | 99 | 4/19/2026 |
| 0.2.7 | 94 | 4/19/2026 |
| 0.2.6 | 94 | 4/19/2026 |
| 0.2.5 | 97 | 4/14/2026 |
| 0.2.4 | 98 | 4/14/2026 |
| 0.2.3 | 93 | 4/9/2026 |
| 0.2.2 | 93 | 4/9/2026 |