We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b417fa commit d6c71bdCopy full SHA for d6c71bd
credits_generator/README.md
@@ -0,0 +1,29 @@
1
+credits_generator
2
+=================
3
+
4
+This tool can be used to update the [Home Assistant's Credits page](https://home-assistant.io/developers/credits/).
5
6
+```bash
7
+$ cd credits_generator
8
+$ npm install
9
+```
10
11
+Set your personal GitHub access token as environmental variable.
12
13
14
+$ export GITHUB_TOKEN=<Your GitHub access token>
15
16
17
+Run the script.
18
19
20
+$ node update_credits.js
21
22
23
+Commit the changes (depending on our setup).
24
25
26
+$ git commit ../source/developers/credits.markdown
27
+$ git push upstream
28
29
0 commit comments