github-issues-to-readme
v1.0.4
Published
Output GitHub issues to a README.
Readme
Installation
Download node at nodejs.org and install it, if you haven't already.
Install the package globally.
npm install github-issues-to-readme --globalCreate an OAuth token on GitHub
Create a config file named
~/.config/github-issue-flattener. You'll probably want to change permissions, e.g.sudo chmod 0600 ~/.config/github-issue-flattener.In the config file, fill in values:
{ "token": "<your GitHub auth token here>" }Add a
repositoryfield in yourpackage.jsonAdd a header
# Issuesat the end of your README.md fileRun
github-issues-to-readmefrom the root of the project
