Skip to content

metincetin/Karbid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Karbid

A markup language that talks with css and javascript.

Installation

npm

Install the package with npm

npm install karbid

Using karbid with node apps

Direct Installation

Clone this repository and add the script to your project

<script src="src/karbid.js"></script>

and then you'll need to render your karbid code

karbid.render(code);

or you can render a remote karbid (.kd) file

karbid.renderFile("pathToKarbidFile.kd");

Documentation

For documentation and examples, see the wiki

License

MIT