Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 605 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 605 Bytes

Lemmy Plugins

This repository contains various example plugins for Lemmy. See the Extism documentation for details on how to write plugins. Lemmy-specific details and available hooks are described in the RFC.

Contributing

  • Install go, tinygo, pnpm, postgresql`
  • cd tests
  • ./run.sh to start test cases

Available Examples

  • go_replace_words Written in Go, uses create_local_post hook to replace specific words in post title, and reject posts with forbidden words in title