KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
KIX
★ 9
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Jitsi-JWT-Moderator
:
A simple script for fast config Jitsi with JWT auth and moderator control.
RE2-Reloaded
:
Resident Evil 2 texture pack for GLideN64
vuefer
:
Vue3 styled like Flutter with Tailwind CSS
Azure_RTOS_Gigadevice
:
Azure RTOS for Gigadevice
mgt-notes
:
Various notes on team management (for personal use)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
KIX
?
Download (.md)
# [KIX](https://kixdev.io/) ### [Doc](https://kixdev.io/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] <!-- [![discord server][discord-server-src]][discord-server-href] --> <!-- [![bundle phobia][bundle-phobia-src]][bundle-phobia-href] --> ```bash npm i -g kix ``` ```bash kix new app-name ``` ```bash cd app-name ``` ```bash kix start ``` AND ```bash kix build ``` ## [Getting Started](https://kixdev.io/docs/) ```js import kix from "kix" import "./style.scss" var HTML = <div> <h1>KIX :)</h1> </div> kix(document.body, HTML); ``` ## License MIT <!-- Refs --> [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