Skip to content

Instantly share code, notes, and snippets.

View skwerlman's full-sized avatar
🧙‍♂️
wizard emoji

skwerlman

🧙‍♂️
wizard emoji
View GitHub Profile
@skwerlman
skwerlman / gen_rules.exs
Last active August 7, 2021 14:42
MTGJSON Compressed rules json generator
#! /usr/bin/env elixir
## Requirements
# Elixir >=1.12 (we use Mix.install/2)
# Erlang/OTP >=22
# p7zip >=17.04
## About this file
# Everthing above the block comment below is configuration using elixir
# expression syntax. Everything below the block comment is the code that