Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/motemen/chrome-GitHub-Issue-Badges

Chrome extension to embed GitHub Issue Badge's into GitHub issues
https://github.com/motemen/chrome-GitHub-Issue-Badges

chrome-extension github

Last synced: 2 months ago
JSON representation

Chrome extension to embed GitHub Issue Badge's into GitHub issues

Awesome Lists containing this project

README

        

# GitHub Issue Badges

![screenshot](docs/screenshot.png)

Chrome extension to change issue links into badges.

## How to build

npm install
npm run build

## Store links

- [GitHub Issue Badges](https://chrome.google.com/webstore/detail/github-issue-badges/mkfiamgphibplgocbkifgcpnioogccfm)
- [GitHub Issue Badges (for Enterprise)](https://chrome.google.com/webstore/detail/github-issue-badges-for-e/bnbbodldimbdcckbnplohombkipjnmni)

## For developers: how to make a new release

1. Bump version in src/manifest.json
2. Commit changes and make a tag
3. Run `npm run build`
4. Run `./node_modules/.bin/gulp dist`
5. Upload `./dist/{GITHUB,GHE}-.zip` to [Chrome webstore developer dashboard](https://chrome.google.com/webstore/developer/dashboard)