mirror of
https://github.com/doum1004/llmwiki-cli.git
synced 2026-04-28 23:16:09 +02:00
Update README and package.json with additional metadata and badges
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# llmwiki-cli
|
||||
|
||||
[](https://www.npmjs.com/package/llmwiki-cli)
|
||||

|
||||
[](https://github.com/doum1004/llmwiki-cli/actions/workflows/ci.yml)
|
||||
[](./LICENSE)
|
||||
[](https://bun.sh)
|
||||
[](https://ko-fi.com/doum1004)
|
||||
|
||||
A CLI tool for LLM agents to build and maintain personal knowledge bases.
|
||||
|
||||
Inspired by [Andrej Karpathy's LLM Wiki](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f).
|
||||
|
||||
@@ -2,6 +2,10 @@
|
||||
"name": "llmwiki-cli",
|
||||
"version": "0.1.0",
|
||||
"description": "CLI tool for LLM agents to build and maintain personal knowledge bases",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doum1004/llmwiki-cli"
|
||||
},
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"wiki": "dist/wiki.js",
|
||||
|
||||
Reference in New Issue
Block a user