This repository contain plugins for cpm
- 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
- Run
cpminside plugin repository (it should load plugin) - Run any command provided by plugin and plugin should invoke the action
Happy Coding ;)