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

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

Awesome Lists containing this project

README

        

# github-comment-suggest

Enable comment suggestion on GitHub's comment form.

![](docs/image.png)

## 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
```