The Wayback Machine - https://web.archive.org/web/20201015010454/https://github.com/simonrenoult/code-complexity/issues/7
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support url in addition of path #7

Open
simonrenoult opened this issue May 3, 2020 · 0 comments
Open

Support url in addition of path #7

simonrenoult opened this issue May 3, 2020 · 0 comments

Comments

@simonrenoult
Copy link
Owner

@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 the need 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-complexity https://github.com/simonrenoult/code-complexity.git

Internally, it could clone the project in /tmp and remove it once the analysis is done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.