-
Notifications
You must be signed in to change notification settings - Fork 5
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
Use tokei.rs to get lines of code #2
Comments
Excellent, I will add tokei support recently |
Excellent work, I was too busy, can you make a PR, I'll merge it and publish to chrome webstore |
Yeah, I thought about opening a PR before making the user script but that pretty much did the job and I don't really have a lot of time on my hands so I just settled for that. Feel free to close this issue though unresolved or perhaps label it as a |
Currently (a3f7db1), this repo calculates the total lines of code by using GitHub code frequency data.
It doesn't actually reflect the actual lines of code for a repo at a given time.
A good alternative to this would be to use tokei and it's equivalent web server tokei_rs
tokei_rs supports querying and responds, appropriately in JSON format.
Example
Response
The text was updated successfully, but these errors were encountered: