Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/posener/goreadme-server

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/posener/goreadme-server

  • v0.0.0-20191102213515-6d03e5b98ac6
  • Source
  • Go
  • Socket score

Version published
Created
Source

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

FAQs

Package last updated on 02 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc