Get a custom Github octocat in your README

Get a custom Github octocat in your README

ยท

1 min read

Intro:

I made an action to take the github octocat and combine it with the logo of a user's most used language in repos to generate a png which can then be displayed in your special README or wherever you want.

Have a look at it in action on my README:

image.png

I made it as part of the #actionshackathon21, it is my first action and has been a wonderful learning experience.

Try it Out

Repo: github.com/arndom/octo-my-readme-workflow

It currently supports the following languages :

  • C
  • C++
  • C#
  • CSS
  • GO
  • Haskell
  • HTML
  • Java
  • JavaScript
  • Kotlin
  • Lua
  • php
  • Python
  • R
  • Ruby
  • Swift
  • Typescript

    More coming soon...

Have a nice day ๐Ÿ‘‹

preview.gif

ย