arrase / cobraplugins

Cobra based plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cobraplugins

Add cobraplugins

import (      
  "github.com/arrase/cobraplugins"
)

Add simple plugin to rootCmd

func init() {
    rootCmd.AddCommand(cobraplugins.GetCmd(<YOUR_PLUGIN_PATH>, "MainCmd"))
}

About

Cobra based plugins

License:GNU General Public License v3.0


Languages

Language:Go 100.0%