Skip to content

Commit 609336a

Browse files
committed
refactor: Reduce md table creation logic complexity.
1 parent 138f2fc commit 609336a

20 files changed

+1356
-1440
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,23 @@ This project is under development with an opinionated setup. It's vital to revie
8484

8585
***readmeai CLI***
8686

87-
Run <i>readme-ai</i> in your terminal via PyPI, Docker, and more!
87+
- Run <i>readme-ai</i> in your terminal via PyPI, Docker, and more!
8888

8989
[cli-demo](https://github.com/eli64s/readme-ai/assets/43382407/645c2336-6ea7-444c-a927-5450930c5255)
9090

9191
<!--
92+
- You can also run the CLI without an API key using the <code>--offline</code> option. This option can still generate most of the README file
93+
94+
[offline-demo](https://github.com/eli64s/readme-ai/assets/43382407/645c2336-6ea7-444c-a927-5450930c5255)
95+
9296
<br>
9397
9498
***Streamlit Community Cloud***
9599
96100
‣ Use *readme-ai* directly in your browser! Zero installation, zero code!
97101
98102
[streamlit-demo](https://github.com/eli64s/readme-ai/assets/43382407/e8260e78-b684-4e72-941c-b3046b90c452)
103+
99104
-->
100105

101106
---

examples/markdown/readme-fastapi-redis.md

Lines changed: 98 additions & 92 deletions
Large diffs are not rendered by default.

examples/markdown/readme-go.md

Lines changed: 78 additions & 74 deletions
Large diffs are not rendered by default.

examples/markdown/readme-java.md

Lines changed: 129 additions & 133 deletions
Large diffs are not rendered by default.

examples/markdown/readme-kotlin.md

Lines changed: 112 additions & 106 deletions
Large diffs are not rendered by default.

examples/markdown/readme-mlops.md

Lines changed: 171 additions & 190 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)