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

cloc for text analysis in git #101

Closed
wants to merge 1 commit into from

Conversation

blunterdecosta123
Copy link

solved issue #75

Created a Bash script (analyze_repo.sh) to automate the code analysis process using the cloc tool.
Integrated the script to clone a specified Git repository and analyze its lines of code by language.
Added functionality to store the analysis results in a file (cloc_output.txt) within a temporary directory.
Provided an option to move the analysis results to a permanent directory specified by the user.
Included cleanup steps to delete the temporary directory after the analysis is completed.
Here are the screenshot:-
Screenshot 2024-03-17 at 2 34 58 AM
Screenshot 2024-03-17 at 2 35 16 AM

@ecxtacy
Copy link

ecxtacy commented Mar 17, 2024

Good work @blunterdecosta123.

@ecxtacy ecxtacy closed this Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants