Skip to content
#

complexity

Here are 354 public repositories matching this topic...

phpinsights
simonrenoult
simonrenoult commented May 3, 2020

What problem are you trying to solve?

Since code-complexity is mostly used as a static analysis tool, it would be nice to be able to analyze any project, without having to pull it locally.

Currently, the only required argument is the directory to analyze. We could also support a URL.

Describe the feature

Support URL in addition to path, example:

$ npx code-complex
emerge

emerge is a source code analysis and visualization tool that can be used to gather insights about source code structure, metrics, dependencies and complexity of software projects. After scanning the source code of a project it provides you an interactive web interface to explore and analyze your project by using graph structures.

  • Updated Jun 22, 2021
  • Python

Improve this page

Add a description, image, and links to the complexity topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the complexity topic, visit your repo's landing page and select "manage topics."

Learn more