| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Starter template for creating a Bulwark Mail plugin.
npm installEdit src/index.js with your plugin code.
npm run buildThis produces dist/index.js using esbuild.
cp manifest.json dist/
cd dist
zip -r ../my-plugin.zip manifest.json index.jsUpload the ZIP via Admin → Plugins in Bulwark Mail.
| Back | FazBrowse Home | New Git URL |