An open API service indexing awesome lists of open source software.

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.

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
```