https://github.com/cakecatz/github-comment-suggest
https://github.com/cakecatz/github-comment-suggest
chrome-extension dx github typescript
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cakecatz/github-comment-suggest
- Owner: cakecatz
- License: mit
- Created: 2019-12-09T14:29:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T12:43:27.000Z (over 2 years ago)
- Last Synced: 2023-08-02T16:37:42.175Z (almost 2 years ago)
- Topics: chrome-extension, dx, github, typescript
- Language: TypeScript
- Size: 654 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-comment-suggest
Enable comment suggestion on GitHub's comment form.

## Usage
Set suggestion list at Extension options pages.
_Example_
```json
[
{
"name": "/command",
"description": "This command is awesome."
}
]
```## Build
```sh
npm install
npm run build
```## Packaging
```sh
npm run pack
```