mirror of
https://github.com/imjasonh/cnotes
synced 2026-07-08 17:16:00 +00:00
- Easy-to-use hook registration system - Built-in hooks for bash validation, file protection, and logging - Automatic goimports formatting for modified Go files - CLI with install/uninstall commands - Comprehensive documentation and examples 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
9 lines
No EOL
89 B
Go
9 lines
No EOL
89 B
Go
package main
|
|
|
|
import (
|
|
"github.com/imjasonh/hooks/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
} |