iiitl / bash-practice-repo-24

0 stars 35 forks source link

Write gitlines script. #75

Open shuklamaneesh23 opened 6 months ago

shuklamaneesh23 commented 6 months ago

Write a simple script which lists the lines of code by their language on a remote git repository.

You can refer to tools like cloc or similar for this.

After writing script send a PR mentioning this issue by putting "#" in your PR (optionally also in the commit).

Make the changes in gitlines files only!

Expected Outcome:

rootCircle commented 6 months ago

I have edited your Issue description to make it easy for other fellow devs to start contributing on that too!

shuklamaneesh23 commented 6 months ago

@rootCircle , I have already sent a PR mentioning this issue and the PR is #77 . Please,review that.