https://github.com/posva/erudita
📚 CLI to download llms.txt docs
https://github.com/posva/erudita
ai claude codex docs llms osgrep
Last synced: 4 months ago
JSON representation
📚 CLI to download llms.txt docs
- Host: GitHub
- URL: https://github.com/posva/erudita
- Owner: posva
- Created: 2026-01-31T22:45:53.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-04T15:22:04.000Z (4 months ago)
- Last Synced: 2026-02-06T21:32:33.816Z (4 months ago)
- Topics: ai, claude, codex, docs, llms, osgrep
- Language: TypeScript
- Homepage:
- Size: 374 KB
- Stars: 16
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Erudita
[](https://github.com/posva/erudita/actions/workflows/ci.yml)
[](https://www.npmjs.com/package/erudita)
[](https://codecov.io/gh/posva/erudita)
CLI for downloading and caching documentation from `llms.txt`.
## Installation
```bash
pnpm add -g erudita
```
## Usage
```bash
# Download docs for a package
erudita fetch vue
# List cached documentation
erudita list
```
## Development
To test the CLI locally during development:
```bash
pnpm build
pnpm link --global
erudita --help
```
To unlink: `pnpm unlink --global erudita`
## License
MIT