| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The official plugin marketplace for ECA — browse, discover, and install community plugins.
Some hook-based plugins (e.g., secret-guard, notify-hooks, session-journal) require jq to be installed and available on your PATH.
This repository serves two purposes:
ECA includes this marketplace as a built-in plugin source. To install a plugin, add its name to your config.json:
{
"plugins": {
"install": ["code-review", "conventional-commits"]
}
}Or use the /plugin-install command inside ECA to browse and install interactively.
We welcome community contributions! See CONTRIBUTING.md for the full guide.
In short:
To run the marketplace website locally:
cd website
npm install
npm run devThe site will be available at http://localhost:4321.
To build for production:
cd website
npm run buildApache 2.0 — see LICENSE.
| Back | FazBrowse Home | New Git URL |