llmd 0.4.1 → 0.4.3
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 +1 -13
- package/dist/llmd +177 -175
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ Want to see what llmd can do? **Try it on its own documentation:**
|
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
12
|
# Install llmd
|
|
13
|
-
|
|
13
|
+
pnpm install -g llmd
|
|
14
14
|
|
|
15
15
|
# View the documentation
|
|
16
16
|
llmd docs
|
|
@@ -79,18 +79,6 @@ bun test
|
|
|
79
79
|
bun run build
|
|
80
80
|
```
|
|
81
81
|
|
|
82
|
-
## Tech Stack
|
|
83
|
-
|
|
84
|
-
- **Runtime**: Bun
|
|
85
|
-
- **Markdown**: marked (GFM support)
|
|
86
|
-
- **Highlighting**: Shiki (VS Code themes)
|
|
87
|
-
- **Server**: Node.js http + ws
|
|
88
|
-
- **Bundler**: Bun's built-in bundler
|
|
89
|
-
|
|
90
|
-
## License
|
|
91
|
-
|
|
92
|
-
MIT
|
|
93
|
-
|
|
94
82
|
## Contributing
|
|
95
83
|
|
|
96
84
|
Issues and PRs welcome. This tool is intentionally minimal—new features should materially improve the "view markdown now" workflow.
|