Skip to content

LemmyNet/lemmy-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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