https://github.com/murilobeltrame/complex
Simple tool to calculate code metrics for .NET projects
https://github.com/murilobeltrame/complex
csharp dotnet tool
Last synced: about 2 months ago
JSON representation
Simple tool to calculate code metrics for .NET projects
- Host: GitHub
- URL: https://github.com/murilobeltrame/complex
- Owner: murilobeltrame
- License: mit
- Created: 2025-06-22T11:44:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-11T19:09:30.000Z (11 months ago)
- Last Synced: 2025-08-16T05:46:04.314Z (10 months ago)
- Topics: csharp, dotnet, tool
- Language: C#
- Homepage:
- Size: 491 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
#  complex
`complex` is a .NET command-line tool designed to calculate code metrics for .NET projects. It helps developers analyze code quality, maintainability, and complexity by providing useful metrics directly from the terminal.
## Getting started
```sh
dotnet tool install -g murilobeltrame/complex
dotnet complex
```
Options are listed on `dotnet complex --help`
## Contributing
TBD