How to use Top Langs in Git Hub

Asked

Viewed 101 times

-1

Can anyone tell me how to use ! Top Langs on github to display the languages that are being used most by me in my profile repository?

1 answer

0

Just create a repository with the same name as the github username, then create a file called readme.md and inside just glues this code:

![TOP Linguagens](https://github-readme-stats.vercel.app/api/top-langs/?username=UTILIZADOR&layout=compact&theme=dracula)

replacements UTILIZADOR for your github username!

Here is my example: https://github.com/13dev/13dev

You can customize everything, see the documentation here: https://github.com/anuraghazra/github-readme-stats/

Browser other questions tagged

You are not signed in. Login or sign up in order to post.