Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 714 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 714 Bytes

The Hitchhiker's Guide to grammY Plugins

grammY is very extensible and it supports installing plugins. This repository is a template for developing such plugins.

⚠️ For instructions on how to use this template please visit the official docs.

Rules of Contribution

Before diving into some hands-on examples, there are some notes to pay attention to if you would like your plugins to be submitted to the documentation:

  1. You should document your plugin (README with instructions).
  2. Explain the purpose of your plugin and how to use it by adding a page to the docs.
  3. Choose a permissive license such as MIT or ISC.