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 }}
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
Press the "Configure" button.
Choose your account, or an organization that owns the repository.
Review the permissions and provide access to goreadme to repositories.
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.