DEV Community

Cover image for Draw Yu-Gi-Oh! Card on the command line
Peperoncino
Peperoncino

Posted on

 

Draw Yu-Gi-Oh! Card on the command line

I developed cli tool to draw Yu-Gi-Oh! card.
Because I am a duelist.

Requirements

  • Go

Usage

1. install

$ go get github.com/Doarakko/draw

2. run

$ draw

In conclusion

I used Yu-Gi-Oh! API by YGOPRODeck to get Yu-Gi-Oh! card image.

This is a go client library for this api.
Please use it for developing various tools!

My turn! Draw!

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git