@chappibunny/repolens 1.9.0 → 1.9.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.
- package/README.md +9 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
|
|
18
18
|
RepoLens scans your repository, generates living architecture documentation, and publishes it to Notion, Confluence, GitHub Wiki, or Markdown — automatically on every push. Engineers get technical docs. Stakeholders get readable system overviews. Nobody writes a word.
|
|
19
19
|
|
|
20
|
-
> Stable as of v1.0 — [API guarantees](STABILITY.md) · [Security hardened](SECURITY.md) · v1.
|
|
20
|
+
> Stable as of v1.0 — [API guarantees](STABILITY.md) · [Security hardened](SECURITY.md) · v1.9.0
|
|
21
21
|
|
|
22
22
|
---
|
|
23
23
|
|
|
@@ -29,6 +29,14 @@ RepoLens scans your repository, generates living architecture documentation, and
|
|
|
29
29
|
|
|
30
30
|
▶️ *Click to watch on YouTube*
|
|
31
31
|
|
|
32
|
+
<details>
|
|
33
|
+
<summary>🔍 <strong>Supported Languages</strong> (16 auto-detected)</summary>
|
|
34
|
+
|
|
35
|
+
`JavaScript` `TypeScript` `Python` `Go` `Rust` `Java` `C` `C++` `C#` `Ruby` `PHP` `Swift` `Kotlin` `Scala` `Shell` `SQL`
|
|
36
|
+
|
|
37
|
+
Plus framework detection: **Django** · **FastAPI** · **Flask** · **Gin** · **Echo** · **Fiber** · **Actix** · **Rocket** — and all major JS frameworks (React, Next.js, Vue, Angular, Express, NestJS, Svelte, etc.)
|
|
38
|
+
</details>
|
|
39
|
+
|
|
32
40
|
---
|
|
33
41
|
|
|
34
42
|
## 🚀 Quick Start (60 seconds)
|