ziko 0.36.0 → 0.36.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  <img src="docs/assets/logo-200.svg" width="100" align="right" alt="zikojs logo">
2
2
 
3
- *💡 **Zikojs** a versatile JavaScript library offering a rich set of UI components, advanced mathematical utilities,Reactivity,animations,client side routing and graphics capabilities*
3
+ *💡 **Zikojs** a versatile JavaScript library offering a rich set of UI components, advanced mathematical utilities, interactivity ,animations, client side routing and graphics capabilities*
4
4
 
5
5
  ## Install
6
6
  ```bash
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ziko",
3
- "version": "0.36.0",
4
- "description": "a versatile javaScript framework offering a rich set of UI components, advanced mathematical utilities, reactivity, animations, client side routing and graphics capabilities",
3
+ "version": "0.36.1",
4
+ "description": "A versatile JavaScript library offering a rich set of Hyperscript Based UI components, advanced mathematical utilities, interactivity ,animations, client side routing and more ...",
5
5
  "keywords": [
6
6
  "front-end",
7
7
  "framework",
package/readme.md ADDED
@@ -0,0 +1,51 @@
1
+ # Zikojs
2
+
3
+ A versatile JavaScript library offering a rich set of Hyperscript Based UI components, advanced mathematical utilities, interactivity ,animations, client side routing and more ...
4
+ <div align="center">
5
+
6
+ [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/zakarialaoui10/zikojs/blob/HEAD/LICENSE) [![npm latest package](https://img.shields.io/npm/v/ziko/latest.svg)](https://www.npmjs.com/package/ziko) [![npm downloads](https://img.shields.io/npm/dy/ziko.svg)](https://www.npmjs.com/package/ziko)
7
+ <!-- [![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/zakarialaoui10/ziko.svg)](https://isitmaintained.com/project/zakarialaoui/ziko 'Average time to resolve an issue') -->
8
+
9
+ </div>
10
+
11
+ <!-- ## Philosophy -->
12
+ ## Demos
13
+ - [ Windows entanglement using zikojs and ziko-gl ](https://www.linkedin.com/feed/update/urn:li:activity:7144023650394918913/)
14
+
15
+ ## 🔥 Features
16
+ ### 💎 Core
17
+ - ***🚫 Zero Dependency***
18
+ - ***🌳 Partial Tree Shaking***
19
+ - ***🔢 Rich Math Functions and Utilities***
20
+ - ***✨ Hyperscript-Based Declarative UI (No Template Engines needed)***
21
+ - ***📱 Single Page Application With File Based Routing***
22
+ - ***🤝 One Way Interleaving With [Vanjs]()***
23
+ - ***⏰ Time loop and animations support***
24
+ ### 🚀 External :
25
+ - ***🧩 Extra UI Components :*** [Zextra]()
26
+ - ***🖥️ Server Side Rendering With File Based Routing and Client Side Hydration :*** [ziko-server]()
27
+ - ***📝 Mdx-Like Markdown Preprocessor :*** [Mdz]()
28
+ - ***🔌 Flexible Integration with Popular Frameworks/Libraries :*** [Ziko-wrapper]()
29
+ - 🔄 Bi-directional : `React`, `Preact`, `Solid`, `Svelte`, `Vue` , `Vanjs`
30
+ - ➡️ Uni-directional (ZikoJS → X) :
31
+ - `Astro` : (SSR + Client Hydration)
32
+ - ***📦 Growing Add-On Ecosystem :***
33
+ - Ziko-Gl : WebGL/3D Graphics, Built on Top of [Threejs]()
34
+ - Ziko-Chart
35
+ - Ziko-Code
36
+ - Ziko-Lottie
37
+ - ...
38
+
39
+ ## Install :
40
+ ```bash
41
+ npm i ziko
42
+ ```
43
+ ## Quick Start :
44
+ ```bash
45
+ npx create-ziko-app [app-title]
46
+ ```
47
+ ## ⭐️ Show your support <a name="support"></a>
48
+
49
+ If you appreciate the library, kindly demonstrate your support by giving it a star!<br>
50
+ [![Star](https://img.shields.io/github/stars/zakarialaoui10/ziko.js?style=social)](https://github.com/zakarialaoui10/ziko.js)
51
+ <!--## Financial support-->