https://github.com/generalsimus/kix-ts-builder
https://github.com/generalsimus/kix-ts-builder
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/generalsimus/kix-ts-builder
- Owner: Generalsimus
- License: mit
- Created: 2022-09-17T00:42:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T20:56:54.000Z (over 2 years ago)
- Last Synced: 2025-01-01T18:41:55.210Z (4 months ago)
- Language: TypeScript
- Size: 111 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [KIX-Beta](https://kixjs.ml/)
### [Doc](https://kixjs.ml/docs/)
[![Standard JS][standard-js-src]][standard-js-href]
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
```bash
npm i -g kix
```
```bash
kix new app-name
```
```bash
cd app-name
```
```bash
kix start
```
AND
```bash
kix build
```## Getting Started
```js
import kix from "kix"
import "./style.scss"var HTML =
KIX :)
kix(document.body, HTML);
```## License
MIT
[standard-js-src]: https://img.shields.io/badge/license-MIT-brightgreen?&style=flat-square
[standard-js-href]: https://github.com/Generalsimus/KIX/blob/master/LICENSE[npm-version-src]: https://img.shields.io/npm/v/kix?&style=flat-square
[npm-version-href]: https://www.npmjs.com/package/kix[npm-downloads-src]: https://img.shields.io/npm/dt/kix?&style=flat-square
[npm-downloads-href]: https://www.npmjs.com/package/kix[bundle-phobia-src]: https://img.shields.io/bundlephobia/min/kix?&style=flat-square&color=red
[bundle-phobia-href]: https://packagephobia.com/result?p=kix
[discord-server-src]: https://img.shields.io/discord/997869290336288809?color=%235865f2&label=discord&style=flat-square
[discord-server-href]: https://discord.gg/JHDPzyF4fX