Skip to content
/ Kvm Public

๐Ÿณ๏ธโ€๐ŸŒˆ LGBT-CN's implementation of the KeVin Module language (Kvm).

License

Notifications You must be signed in to change notification settings

LGBT-CN/Kvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

28 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Kvm

Introduction

Kvm is a simple tool for generating HTML quickly. It generates HTML by splitting .Kvm files into different chunks and merging Props.

Syntax

.Kvm

General, Kvm is blocks like following:

{% Property Content %}

If you want to type {% into HTML, you should write like:

{{%

Property

# Comment should starts with '#'
# Key value pair should be done like A = B
Key=Value

Usage

.\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

Platforms Supported

All platforms which are supported by .NET 5.

LICENSE

Kvm is licensed under OKZPL.

About

๐Ÿณ๏ธโ€๐ŸŒˆ LGBT-CN's implementation of the KeVin Module language (Kvm).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages