docs
Version:
25 lines (16 loc) • 448 B
Markdown
## docs
This CLI provides fast document search. AI automatically gathers the documents
each day and stores them on Cloudflare, while the CLI helps quickly hit and
find the relevant content.
<br/>
## Examples
Search for docs with a short query:
```sh
docs react
```
Search with a more specific phrase:
```sh
docs react router
```
Default project template for creating TypeScript command-line tools with
[func](https://github.com/unix/func).