buzz

(★ 76)

Open Source, Powerful, and Comprehensive Event Management Platform

File Explorer

  • .editorconfig
  • .eslintrc
  • .gitignore
  • .pre-commit-config.yaml
  • .semgrepignore
  • AGENTS.md
  • ARCHITECTURE.md
  • CLAUDE.md
  • entities.png
  • frappe-semgrep-rules
  • license.txt
  • package.json
  • playwright.config.ts
  • pyproject.toml
  • README.md
  • yarn.lock

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

pre-commit

View Details ▼

Create Git hooks that run before commits.

pre-commit install

Install pre-commit into your Git hooks:

pre-commit run

Run pre-commit hooks on all staged files:

pre-commit run --all-files

Run pre-commit hooks on all files, staged or unstaged:

// repository documentation