An experimental generator for the Monster markup generator. This is not a complete project, and there is still plenty wrong with it but it is so far just a basic proof of concept.
- Install the V programming language compiler
- Open a terminal in the
test/
directory - run
v run ../src/monster.v index.monster index.html
*.mc
- Monster componant files, these are read by the MonsterFileMonsterFile
- Combines and names all of the components*.monster
- The page file you have made
I made Monster because I wanted to make HTML components so I can work with TailwindCSS without my initial code being an eye sore.