Skip to content

posener/goreadme-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goreadme-server

GoDoc goreadme

an HTTP server that works with Github hooks.

Goreadme is a tool for creating README.md files from Go doc of a given package. This project is the Github app on top of this tool. It fully automates the process of keeping the README.md file updated.

Usage

  1. Go to https://github.com/apps/goreadme.

  2. Press the "Configure" button.

  3. Choose your account, or an organization that owns the repository.

  4. Review the permissions and provide access to goreadme to repositories.

  5. Click Save.

You should see PRs from goreadme bot in your github repos. For more features, or to trigger goreadme on demand, use the Goreadme website.

How does it Work

Once integrated with a repository, goreadme is registered on a Github hook, that calls goreadme server whenever the repository default branch is modified. Goreadme then computes the new README.md 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.

Customization

Adding a goreadme.json file to your repository main directory can enable some customization to the generated readme file. The configuration is available according to goreadme.Config struct.


Created by goreadme

About

Github App for goreadme package

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages