home-assistant.github.io/credits_generator
Fabian Affolter 311ac66b34
Add sections
2017-12-10 10:47:03 +01:00
..
credits.mustache Add Governance blog post, docs, update footer with Creative Commons license, add credits_generator 2017-01-22 16:56:49 -08:00
package.json Update license to be in sync with the ha org 2017-04-19 07:49:49 +02:00
README.md Add sections 2017-12-10 10:47:03 +01:00
update_credits.js Add Governance blog post, docs, update footer with Creative Commons license, add credits_generator 2017-01-22 16:56:49 -08:00

credits_generator

This tool can be used to update the Home Assistant's Credits page.

Setup

$ cd credits_generator
$ npm install

Usage

Set your personal GitHub access token as environmental variable.

$ export GITHUB_TOKEN=<Your GitHub access token>

Run the script.

$ cd credits_generator
$ node update_credits.js

Commit the changes (depending on our setup).

$ git commit ../source/developers/credits.markdown
$ git push upstream