Kvm is a simple tool for generating HTML quickly. It generates HTML by splitting .Kvm
files into different chunks and merging Props.
General, Kvm
is blocks like following:
{% Property Content %}
If you want to type {%
into HTML, you should write like:
{{%
# Comment should starts with '#'
# Key value pair should be done like A = B
Key=Value
.\Kvm.ConsoleApp.exe $ConfigName
Example, our config name is conf.json
, run like:
.\Kvm.ConsoleApp.exe conf.json
However, to make things simple, the ConfigName
is set as config.json
by default. If your config name is config.json
accidentally, you don't need type ConfigName
again. Just run like:
.\Kvm.ConsoleApp.exe
All platforms which are supported by .NET 5.
Kvm is licensed under OKZPL.