@zieka-tools/cpm
v1.11.0
Published
Claude Package Manager - A fast, efficient package manager for Claude commands
Maintainers
Readme
CPM - Claude Package Manager
A fast, efficient package manager for Claude commands built in Go.
Installation
npm install -g @zieka-tools/cpmUsage
Run CPM without arguments to open the interactive TUI:
cpmOr use the CLI commands directly:
# Add a repository
cpm repo add <name> <url>
# Search for commands
cpm search <term>
# Install a command
cpm install <command>
# Install globally
cpm install <command> --global
# List installed commands
cpm list
# Remove a command
cpm remove <command>Features
- Fast performance with Go binary
- Interactive TUI with Bubble Tea
- Global and local command installation
- Private repository support with authentication
- Caching for improved performance
- Lock file support (opt-in with --save-lock)
Documentation
For more information, visit: https://github.com/zieka/claude-package-manager
