@liendev/lien 0.35.0 → 0.37.0
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 +2 -2
- package/dist/index.js +750 -633
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ Lien connects AI coding assistants like Cursor and Claude Code to your codebase
|
|
|
18
18
|
- 🎯 **MCP Integration** - Works seamlessly with Cursor, Claude Code, and other MCP-compatible tools
|
|
19
19
|
- ⚡ **Fast** - Sub-500ms queries, minutes to index large codebases
|
|
20
20
|
- 🆓 **Free Forever** - No API costs, no subscriptions, no usage limits
|
|
21
|
-
- 📦 **Framework-Aware** - Auto-detects Node.js, Laravel,
|
|
21
|
+
- 📦 **Framework-Aware** - Auto-detects Node.js, Laravel, and more; supports 15+ languages
|
|
22
22
|
- 🏗️ **Monorepo Support** - Index multiple frameworks in one repository
|
|
23
23
|
- 📊 **Complexity Analysis** - Human-friendly metrics: test paths, mental load, time to understand
|
|
24
24
|
- 🔍 **Impact Analysis** - Find all dependents before refactoring with risk assessment
|
|
@@ -109,7 +109,7 @@ Lien tracks code complexity with intuitive outputs:
|
|
|
109
109
|
|
|
110
110
|
TypeScript • JavaScript • Vue • Python • PHP • Liquid • Go • Rust • Java • C/C++ • Ruby • Swift • Kotlin • C# • Scala • Markdown
|
|
111
111
|
|
|
112
|
-
**
|
|
112
|
+
**Ecosystem Presets:** Node.js, Laravel, Python, Rust (auto-detected)
|
|
113
113
|
|
|
114
114
|
## Contributing
|
|
115
115
|
|