Skip to content

goreadme

GitHub App

goreadme

GitHub App

Goreadme is a service that automatically creates and updates readme files for Go Github projects from the Go doc of the project.

Usage

  1. Press the "Configure" button.
  2. Choose your account, or an organization that owns the repository.
  3. Review the permissions and provide access to goreadme to repositories.
  4. Click Save.

You should see PRs from goreadme bot in your Github repositories.

How does it Work?

Once integrated with a repository, goreadme is registered on a Github hooks, that calls goreadme server whenever the repository default branch is modified. Goreadme then computes the new readme file and compairs it to the exiting one. If a change is needed, Goreadme will create a PR with the new content of the README.md file. Genrating the readme file can also be triggered manually here.

Goreadme service uses goreadme - is a tool created by the service author, for generating README.md files from Go doc of a given package.

Developer

goreadme is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

Report abuse