1.1.5 • Published 6 years ago

karbid v1.1.5

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago