Skip to content

Latest commit

 

History

History
 
 

credits_generator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

credits_generator

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

$ cd credits_generator
$ npm install

Set your personal GitHub access token as environmental variable.

$ export GITHUB_TOKEN=<Your GitHub access token>

Run the script.

$ node update_credits.js

Commit the changes (depending on our setup).

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