Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yukihirop/github-stocked-comments
Stock issue comments on github and display in dashboard
https://github.com/yukihirop/github-stocked-comments
babel browser-extension chrome chrome-extension github github-extension vue vuex
Last synced: about 1 month ago
JSON representation
Stock issue comments on github and display in dashboard
- Host: GitHub
- URL: https://github.com/yukihirop/github-stocked-comments
- Owner: yukihirop
- License: mit
- Created: 2019-01-27T07:24:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T03:52:15.000Z (about 2 years ago)
- Last Synced: 2024-11-08T20:48:54.092Z (3 months ago)
- Topics: babel, browser-extension, chrome, chrome-extension, github, github-extension, vue, vuex
- Language: JavaScript
- Homepage:
- Size: 3.02 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Github Stocked Comments
This app is a chrome extension for stock issue comments in GitHub.
## Feature
If you use this chrome extension, the following will happen to your GitHub.
1. A `Stocked` button will be added to all issue comments.
2. The `Stocked Comments` link is added to the navbar of GitHub.
3. When you click `Stocked Comments`, the page will be displayed.like this:
## Install
Install the extension from [Chrome Web Store](https://chrome.google.com/webstore/detail/github-stocked-comments/hgnmlljbpcdmllcmelmaadkkcknloclf?hl=ja&gl=JP).
## Usage
1. Click `Stocked` on issuecomment.
2. Click `Stocked Comments` on navbar.
3. What you stocked is displayed.
## Development
```bash
$ yarn
$ # authorized
$ echo 'CLIENT_ID=set GitHub app client id' >> ./env
$ echo 'CLIENT_SECRET=set GitHub app client secret' >> ./env
$ yarn dev # for development
$ yarn build # for production
```Register `Oauth App` for Authorization from [here](https://github.com/settings/developers)
## License
The chrome extension is available as open source under the terms of the MIT License.## Declaration
The author is not responsible for any damage caused by using this chrome extension.
Please use at your own risk.## Contributing
1. Fork it ( http://github.com/yukihirop/github-stocked-comments/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request