Skip to content

grammyjs/plugin-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.