Published on

Creating my personal npm card

Authors

Inspired by bitandbang I just created and published my personal npm card. I think it's a funny way to integrate in our npm/yarn projects a table in terminal where anybody can see author's contact info in a fancey way.

You can find out how does it look running npx oscard0m in your terminal:

npm card screenshot

An issue that come up is, when my semantic release GitHub Action trying to publish in npm the latest changes of my card, I'm losing the color from the generated output file. I already created a bug and I would like to write on the details of the issue once I identify what was causing problems there.