mirror of
https://github.com/zplug/zplug
synced 2026-03-07 06:31:48 +01:00
13 lines
367 B
Markdown
13 lines
367 B
Markdown
# 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>`
|