Commit
·
614b7ca
1
Parent(s):
5542ca9
Add README with project description and usage instructions; include logo assets
Browse files- README.md +27 -0
- assets/logo.png +3 -0
- assets/logo_w_name.png +3 -0
README.md
CHANGED
@@ -1,3 +1,30 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
<div align="center">
|
6 |
+
|
7 |
+

|
8 |
+
|
9 |
+
|
10 |
+
# 🦛 Chonkie Recipes 🍳
|
11 |
+
|
12 |
+
> _Chonkie loves to cook up a storm in the kitchen_
|
13 |
+
|
14 |
+
</div>
|
15 |
+
|
16 |
+
This repository contains all the recipes that you can use with Chonkie to manage various documents, languages, and more.
|
17 |
+
|
18 |
+
## Usage
|
19 |
+
|
20 |
+
To use the recipes, you need to install chonkie with the `hub` feature, with the following command:
|
21 |
+
|
22 |
+
```bash
|
23 |
+
pip install "chonkie[hub]"
|
24 |
+
```
|
25 |
+
|
26 |
+
This would enable `Hubie` which is used internally to get the recipes from this repository.
|
27 |
+
|
28 |
+
|
29 |
+
|
30 |
+
|
assets/logo.png
ADDED
![]() |
Git LFS Details
|
assets/logo_w_name.png
ADDED
![]() |
Git LFS Details
|