ccpm-cli
v0.2.1
Published
Claude Code Plugin Manager CLI (alias for @daymade/ccpm)
Maintainers
Readme
ccpm-cli
Alias package for @daymade/ccpm
What is this?
This is an alias package that installs and runs the main @daymade/ccpm CLI. You can use either package name:
# Install using scoped name (recommended)
npm install -g @daymade/ccpm
# Or install using non-scoped alias
npm install -g ccpm-cliBoth commands install the same CLI tool with the ccpm command.
Why two packages?
@daymade/ccpm- The main package (scoped, official)ccpm-cli- Non-scoped alias for easier discovery
The scoped package @daymade/ccpm is the official package. This ccpm-cli package exists to:
- Occupy the non-scoped name on npm
- Make it easier to find (some users prefer non-scoped packages)
- Redirect users to the official scoped package
Documentation
For full documentation, please visit:
- Website: ccpm.dev
- Documentation: docs.ccpm.dev
- GitHub: github.com/daymade/ccpm
- Main Package: @daymade/ccpm
Quick Start
# Install globally
npm install -g ccpm-cli
# Search for skills
ccpm search cloudflare
# Install a skill
ccpm install cloudflare-troubleshooting
# Login with GitHub
ccpm login
# Publish a skill
ccpm publishLicense
MIT © daymade
