DEV Community

Cover image for 3 Github tools that could be useful for you
akgondber
akgondber

Posted on

3 Github tools that could be useful for you

In this post I am going to show you 3 web services for github giving you useful functionality.

Git History

It provides a beautiful way to tour the history of a file in a GitHub repo. As an input you specify some file from a github repository and as an output you have time travel for this file changes over time with cool interface. For example, you have opened https://github.com/webpro-nl/knip/blob/main/packages/knip/src/compilers/compilers.ts file in the browser, in order to see a history with cool interface all you want to do is to change github.com with githistory.xyz. It will look as the following:

Git history screenshot

profile-summary-for-github

Tool for visualizing GitHub profiles. You head to https://profile-summary-for-github.com/, enters github username you wish to get summary for. The result could be something like this:

github-profile-readme-maker

Best Profile Generator, Create your perfect GitHub Profile ReadMe in the best possible way. Lots of features and tools included, all for free !

It has a plenty of features:

pprm features

I hope you will find this article useful.

Top comments (0)