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

Write gitlines script. #143

Closed
wants to merge 1 commit into from
Closed

Conversation

Karanagarwal12
Copy link

Fixes issue #75
Added the script to get the lines of code filtered by the language from a remote git repository.

Changes Made:

  • Added a Bash script to gitlines.sh
  • The script utilizes the cloc tool to analyze a remote Git repository and generate a report of lines of code by language.
  • The script prompts the user to input the URL of the remote Git repository and then generates the code analysis report.
  • Added instructions on how to use the script:

Users should execute the script by providing the URL of the remote Git repository as an argument.
Example usage is provided in the comments within the

Additional Notes:

  • The script provides a simple and automated way to analyze code in remote Git repositories, aiding in understanding codebase structure and complexity.
  • Tested the script to ensure proper functionality.
    image

@rootCircle
Copy link
Member

clean implementation and proper usage of function! great job @Karanagarwal12!!

@rootCircle rootCircle closed this Mar 17, 2024
@rootCircle
Copy link
Member

LGTM 👍 Accepted!

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