https://github.com/johnsaigle/dw
Generates a link to https://deepwiki.com for a code repository.
https://github.com/johnsaigle/dw
deepwiki llm
Last synced: 8 months ago
JSON representation
Generates a link to https://deepwiki.com for a code repository.
- Host: GitHub
- URL: https://github.com/johnsaigle/dw
- Owner: johnsaigle
- Created: 2025-04-30T22:08:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-30T22:30:53.000Z (about 1 year ago)
- Last Synced: 2025-06-09T01:36:56.514Z (about 1 year ago)
- Topics: deepwiki, llm
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deepwiki-link
Generates a link to https://deepwiki.com.
## Install
```sh
git clone github.com/johnsaigle/dw@latest
```
## Usage
```sh
# build: generates the binary `dw`
make build
# Uses cwd
dw
# Path to local repository
dw ~/coding/wormhole
# Or any github URL
dw https://github.com/ollama/ollama
```