-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
web-ext-artifacts/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,32 @@ | ||
# private-github-header | ||
|
||
Web Extension to modify the GitHub header for private repos | ||
|
||
For people who frequently work in both private and public GitHub repositories, | ||
this provides a clear visual distinction between the two. | ||
|
||
**Public repos**: | ||
|
||
![Public repos](public.png) | ||
|
||
**Private repos**: | ||
|
||
![Private repos](private.png) | ||
|
||
## Developing | ||
|
||
Use the [`web-ext`](https://github.com/mozilla/web-ext) tool to develop, test, | ||
and build this extension. | ||
|
||
```sh | ||
npm install -g web-ext | ||
|
||
web-ext run | ||
|
||
web-ext lint | ||
|
||
web-ext build | ||
``` | ||
|
||
For now I've been manually uploading the extension to addons.mozilla.org rather | ||
than trying to set up `web-ext sign`. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.