HTML generator for MLP:CCG rules based on Hithroc's plain text version
Go to file
Hamcha 4fd6f2d35b
Add README
2019-06-14 00:15:31 +02:00
.gitignore Don't bundle rules 2019-06-14 00:15:27 +02:00
README.md Add README 2019-06-14 00:15:31 +02:00
main.go We don't need this anymore 2019-06-14 00:09:31 +02:00
style.css Basic version that works 2019-06-14 00:03:45 +02:00
template.html Basic version that works 2019-06-14 00:03:45 +02:00

README.md

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