Skip to content

kotaoue/ygoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ygoc

The tool set for Yu-Gi-Oh! CARD.

English|Japanese

build Coverage Status CodeScanning

Requirement

Usage

mode=select

$ go run main.go -lang=en -name="Red-Eyes Darkness Metal Dragon"
Red-Eyes Darkness Metal Dragon
Limited
DARK
Level 10
ATK 2800
DEF 2400
You can Special Summon this card (from your hand) by banishing 1 face-up Dragon monster you control. You can only Special Summon "Red-Eyes Darkness Metal Dragon" once per turn this way. During your Main Phase: You can Special Summon 1 Dragon monster from your hand or GY, except "Red-Eyes Darkness Metal Dragon". You can only use this effect of "Red-Eyes Darkness Metal Dragon" once per turn.

mode=markdown

before

$ cat wishlist.md 
# wishlist.md
My wishlist for new deck.

* Masquerena
* Crusadia Avramax
* Ash Blossom

after

$ go run main.go -mode=markdown -lang=en -file="wishlist.md"
# wishlist.md
My wishlist for new deck.

* [I:P Masquerena](https://www.db.yugioh-card.com/yugiohdb/card_search.action?ope=2&cid=14676)
* [Mekk-Knight Crusadia Avramax](https://www.db.yugioh-card.com/yugiohdb/card_search.action?ope=2&cid=14297)
* [Ash Blossom & Joyous Spring](https://www.db.yugioh-card.com/yugiohdb/card_search.action?ope=2&cid=12950)

mode=link

$ go run main.go -mode=link -lang=en -name="Utopic ZEXAL"
https://www.db.yugioh-card.com/yugiohdb/card_search.action?ope=2&cid=11932

Links

About

The tool set for Yu-Gi-Oh! CARD.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors