DEV Community

Discussion on: Go automate your GitHub profile README

Collapse
 
mikeralphson profile image
Mike Ralphson • Edited

Thanks, this spurred me on to add automatic updating to my profile README using node.js and an ejs template. Your workflow was very helpful. github.com/MikeRalphson/MikeRalphson

I found a little wrinkle, in that git was trying to avoid empty commits and was exiting with error code 1. To avoid this, there's a helpful little trick on this StackOverflow answer: stackoverflow.com/a/8123841/139404