mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-01 15:56:49 +00: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