UNPKG

1.2 kBMarkdownView Raw
1# [KIX](https://kixjs.ml/)
2
3[![Standard JS][standard-js-src]][standard-js-href]
4[![npm version][npm-version-src]][npm-version-href]
5[![npm downloads][npm-downloads-src]][npm-downloads-href]
6[![bundle phobia][bundle-phobia-src]][bundle-phobia-href]
7
8
9
10
11```bash
12npm i -g kix-js
13```
14```bash
15kix new app-name
16```
17```bash
18cd app-name
19```
20```bash
21kix start
22```
23AND
24```bash
25kix build
26```
27
28## Getting Started
29
30```js
31import "./style.scss"
32
33var HTML = <div>
34 <h1>KIX :)</h1>
35</div>
36
37KD_(document.body, HTML);
38```
39
40
41
42## License
43
44MIT
45
46<!-- Refs -->
47[standard-js-src]: https://img.shields.io/badge/license-MIT-brightgreen?&style=flat-square
48[standard-js-href]: https://github.com/Generalsimus/KIX/blob/master/LICENSE
49
50[npm-version-src]: https://img.shields.io/npm/v/kix-js?&style=flat-square
51[npm-version-href]: https://www.npmjs.com/package/kix-js
52
53[npm-downloads-src]: https://img.shields.io/npm/dt/kix-js?&style=flat-square
54[npm-downloads-href]: https://www.npmjs.com/package/kix-js
55
56[bundle-phobia-src]: https://img.shields.io/bundlephobia/min/kix-js?&style=flat-square&color=red
57[bundle-phobia-href]: https://packagephobia.com/result?p=kix-js
58
\No newline at end of file