An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ![comlex](./docs/Complex.png) 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