We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would love to surface my clones count as a badge in my README.md
If I can help make it happen, let me know!
The text was updated successfully, but these errors were encountered:
This should be as simple as putting the counts in a json file.
Sorry, something went wrong.
Probably pretty easy to do outside of this project. You could add a github action on the data branch that uses csvkit:
csvkit
csvjson views_clones_aggregate.csv | jq '[.[].clones_total] | add'
Dump that into a .json file and use something like https://github.com/stefanzweifel/git-auto-commit-action to commit the json.
No branches or pull requests
Would love to surface my clones count as a badge in my README.md
If I can help make it happen, let me know!
The text was updated successfully, but these errors were encountered: