DEV Community

rderik
rderik

Posted on

A command-line tool to create your GitHub profile using a template

As you might have noticed, you can now create a GitHub profile by creating a repository with the same name as your GitHub username. I wanted to add content that changes often, but I didn't want to do it manually. So I created Octoprofile.

Octoprofile is a small command-line tool that allows you to build your GitHub Profile using a template, and you can extend the template by using plugins. The plugin system is quite simple, but that's the point, anyone can extend it and create their own plugins.

The tool is open-source, and the point is to help others. If you are a beginner and want to contribute, I think this project is an excellent place to start.

Ok, I hope it is helpful. Here is the link to the GitHub repository:

https://github.com/rderik/octoprofile

Top comments (0)