Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 348 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 348 Bytes

github-comment-suggest

Enable comment suggestion on GitHub's comment form.

Usage

Set suggestion list at Extension options pages.

Example

[
  {
    "name": "/command",
    "description": "This command is awesome."
  }
]

Build

npm install
npm run build

Packaging

npm run pack