Skip to content

tzv0/KiwiScript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KiwiScript

KiwiScript is a scripting templating language made for the web in the form of a backend language.

Documentation

How to install

git clone https://github.com/KiwiScript/KiwiScript.git

How to run

cd KiwiScript

node .

How to use Kiwiscript

make a new file called index.ks

you can use normal html along with KiwiScript so it is pretty easy to use

tutorial

<variable varName>var stuffs</variable> What this tag does is sets the variable in this example it is named varName, and you can put it in a echo tag like <echo>varName</echo> and when you go to https://localhost:8888/ you will get "var stuffs" where those echo tags where

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%