https://github.com/cloudimpl/cpm-plugin-pack
Plugin pack for cpm cli
https://github.com/cloudimpl/cpm-plugin-pack
cpm cpm-plugin
Last synced: 5 months ago
JSON representation
Plugin pack for cpm cli
- Host: GitHub
- URL: https://github.com/cloudimpl/cpm-plugin-pack
- Owner: cloudimpl
- Created: 2024-03-20T00:35:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T01:03:33.000Z (about 2 years ago)
- Last Synced: 2025-10-26T02:18:30.441Z (8 months ago)
- Topics: cpm, cpm-plugin
- Language: TypeScript
- Homepage:
- Size: 322 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cpm plugin pack
This repository contain plugins for cpm
## Plugins available
- [Git](git#readme)
- [Github](github#readme)
- [Clickup](clickup#readme)
## Use plugin
- Go to repository where you need to install plugin
- Run `cpm install ` with plugin name
- Or if you want to install plugin globally run `cpm install -g`
## Test locally
- Run `cpm` inside plugin repository (it should load plugin)
- Run any command provided by plugin and plugin should invoke the action
>Happy Coding ;)