htmlroc/README.md

614 B

htmlroc

Converts MLP:CCG rule files from text (thanks Hithroc!) to HTML!

Installation

  1. Clone project locally and cd to it
  2. Download rules.txt from Hithroc's site and place it inside the project's folder: https://horse.cards/rules/latest.txt
  3. Run this command:
    go run .
    

Alternately, you can compile with go install and use the command line flags to specify location of rules.txt and template.html

Thanks to