https://github.com/elstgav/projecthub
:octocat: ProjectHub — Chrome extension for filtering GitHub project boards
https://github.com/elstgav/projecthub
chrome-extension github-extension github-projects
Last synced: 12 months ago
JSON representation
:octocat: ProjectHub — Chrome extension for filtering GitHub project boards
- Host: GitHub
- URL: https://github.com/elstgav/projecthub
- Owner: elstgav
- License: other
- Archived: true
- Created: 2017-07-13T20:37:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T17:35:56.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T16:39:10.454Z (over 1 year ago)
- Topics: chrome-extension, github-extension, github-projects
- Language: JavaScript
- Homepage:
- Size: 1.27 MB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ProjectHub
[]() [](https://travis-ci.org/elstgav/projecthub) [](https://codeclimate.com/github/elstgav/projecthub) [](https://codeclimate.com/github/elstgav/projecthub)
ProjectHub is a Chrome extension that adds filters to GitHub project boards.
## Installation
ProjectHub isn’t hosted on the Chrome web store yet—until then you can manually install it with the development directions below:
## Development
1. [Install yarn](https://yarnpkg.com/en/docs/install)
2. `yarn install`
3. `yarn build:watch` (or `yarn build` to build once)
4. Go to `chrome://extensions`
5. Enable Developer mode
6. Click Load unpacked extension… and select the `dist/` folder
> After pulling updates/making changes, you’ll need to refresh `chrome://extensions` to reload the extension
PRs welcome 👍🏻
## Debugging with React Dev Tools
React’s dev tools Chrome Extension unfortunately can’t inspect other extensions. So you’ll need to use their remote debugger instead:
1. Run in debug mode: `yarn build:debug`
2. Run the debugger: `yarn react-devtools`
## Publishing
1. Bump the version number in `/dist/manifest.json`
2. Update the changelog
3. Run `yarn release`
4. Go to the [Chrome Developer Dashboard](https://chrome.google.com/webstore/developer/dashboard)
5. Click on Upload Updated Package
6. Upload the zip file found in `pkg/`
## Changelog
See [CHANGELOG](CHANGELOG.md)