cpm plugin pack
This repository contain plugins for cpm
Plugins available
Use plugin
- Go to repository where you need to install plugin
- Run
cpm install <plugin>
with plugin name
- Or if you want to install plugin globally run
cpm install <plugin> -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 ;)