- Notifications
You must be signed in to change notification settings - Fork0
🏳️🌈 LGBT-CN's implementation of the KeVin Module language (Kvm).
License
NotificationsYou must be signed in to change notification settings
LGBT-CN/Kvm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 = BKey=Value
.\Kvm.ConsoleApp.exe$ConfigName
Example, our config name isconf.json
, run like:
.\Kvm.ConsoleApp.exe conf.json
However, to make things simple, theConfigName
is set asconfig.json
by default. If your config name isconfig.json
accidentally, you don't need typeConfigName
again. Just run like:
.\Kvm.ConsoleApp.exe
All platforms which are supported by .NET 5.
Kvm is licensed underOKZPL.