Giter Site home page Giter Site logo

goreadme-server's Introduction

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

goreadme-server's People

Contributors

goreadme[bot] avatar posener avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

goreadme-server's Issues

Bad URL for goreadme link

Hey!

Just a heads up, the link for the goreadme GitHub repo is not correct in the following text of the home page:

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

Does not work for github projects with vanity imports

When I add the project: 'github.com/bramp/goredirects'

I get the following error when processing:
'Failed running goreadme: failed getting github.com/bramp/goredirects: not at canonical import path'

This seems related to the fact this project uses a vanity import URL of 'bramp.net/goredirects'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.