mirror of
https://github.com/zplug/zplug
synced 2026-03-07 06:31:48 +01:00
367 B
367 B
CLAUDE.md — zplug
See @AGENTS.md for project architecture, coding guidelines, and development workflow.
Quick Reference
- Language: Zsh (not Bash)
- Run tests:
make test - Entry point:
init.zsh - Core logic:
base/directory - CLI interface:
autoload/directory - Function naming:
__zplug::<module>::<submodule>::<function>