1.0.4 • Published 11 years ago
github-issues-to-readme v1.0.4
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.json - Add a header
# Issuesat the end of your README.md file - Run
github-issues-to-readmefrom the root of the project