You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2025. It is now read-only.
`ottodocs` is a command-line tool written in Go that uses GPT-3 to automatically generate or add inline documentation for your code. It can parse a git repository or an individual file and create markdown documentation or add inline comments. The tool requires an OpenAI API key to function.
6
+
7
+
`ottodocs` utilizes the `just` command runner for building and running tasks, making it easy to use and maintain.
8
+
9
+
## Installation
10
+
11
+
There are two methods to install `ottodocs` :
12
+
13
+
1.**Precompiled binaries:** Download the precompiled binaries from the [GitHub releases tab](https://github.com/chand1012/ottodocs/releases).
14
+
2.**Build from source:** Clone the repo and build the binary by running the following commands:
0 commit comments