Update README and package.json with additional metadata and badges

This commit is contained in:
doum1004
2026-04-10 01:49:00 -04:00
parent 3e788ce513
commit 7ef1378321
2 changed files with 11 additions and 0 deletions

View File

@@ -1,5 +1,12 @@
# llmwiki-cli
[![npm version](https://img.shields.io/npm/v/llmwiki-cli?style=flat-square&color=cb3837&logo=npm)](https://www.npmjs.com/package/llmwiki-cli)
![total downloads](https://img.shields.io/npm/dt/llmwiki-cli)
[![CI](https://img.shields.io/github/actions/workflow/status/doum1004/llmwiki-cli/ci.yml?branch=main&style=flat-square&label=CI&logo=github)](https://github.com/doum1004/llmwiki-cli/actions/workflows/ci.yml)
[![license](https://img.shields.io/npm/l/llmwiki-cli?style=flat-square&color=blue)](./LICENSE)
[![bun](https://img.shields.io/badge/built%20with-bun-f9f1e1?style=flat-square&logo=bun)](https://bun.sh)
[![ko-fi](https://img.shields.io/badge/donate-Ko--fi-FF5E5B?style=flat-square&logo=ko-fi&logoColor=white)](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).

View File

@@ -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",