Dynamic Archive XL Instances Helper
I got tired of adding the instances by hand so I started working on a tool to make it a little easier. It's still a WIP but it can generate a nice list with one key-value pair that you can then copy-paste into your YAML!
...
More to do...
I want to add the ability to add a second key that would be applied to all of the first keys. My real-world use case is the slut shirts. I want to make each logo available on each color, but I don't want to write out 150+ instances.
The final product would be something like:
{ color: pink, decal: dont_bully_me_wh } { color: pink, decal: dont_bully_me_bl } { color: purple, decal: dont_bully_me_bl } { color: purple, decal: dont_bully_me_wh }
After that, back to work on the other Codepen I started for generating the spawn codes.









