Compare commits
1 Commits
master
...
7bb041c0ce
| Author | SHA1 | Date | |
|---|---|---|---|
| 7bb041c0ce |
@@ -1,3 +0,0 @@
|
|||||||
### Authors
|
|
||||||
|
|
||||||
- joe fleming ([w33ble](https://github.com/w33ble))
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
### Changelog
|
|
||||||
|
|
||||||
#### 1.0.0 (6 December 2018)
|
|
||||||
- docs: add usage info to readme [`f7a7412`](https://git.w33ble.com/w33ble/github-info-bitbar/commit/f7a741245d74e613ef145092ef252db7b47b1661)
|
|
||||||
- feat: working bitbar output [`9a96270`](https://git.w33ble.com/w33ble/github-info-bitbar/commit/9a96270df6dbd340c1bae68116f7c43d5dd956cf)
|
|
||||||
@@ -6,7 +6,7 @@ Github info in your [bitbar](https://getbitbar.com/).
|
|||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
Clone this repo and add the following to your bitbar plugins path:
|
Add the following to your bitbar plugins path:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "github-info",
|
"name": "github-info",
|
||||||
"version": "1.0.0",
|
"version": "0.0.0",
|
||||||
"description": "Github info in your bitbar",
|
"description": "Github info in your bitbar",
|
||||||
"main": "index",
|
"main": "index",
|
||||||
"module": "index.mjs",
|
"module": "index.mjs",
|
||||||
|
|||||||
Reference in New Issue
Block a user