Skip to content

CodeClarityCE/plugin-template

Repository files navigation

Template - Plugin



Purpose

Hello World plugin for Golang.

Configuration

Adapt the config.jsonfile by giving a name to your plugin.

{
    "name": "template-plugin", // change the name here
    "version": "v0.0.0",
    "image_name": "ceherzog/plugin-template-plugin", // change the name here with codeclarity/plugin- before your name
    "image_version": "0.0.0",
    "depends_on": [],
    "description": "A CodeClarity plugin",
    "config": {
        "aConfigAttribute" : {
            "name": "Name",
            "type": "Array<string>",
            "description": "Description of the attribute",
            "required": true
        }
    }
}

About

Template to use when creating a Golang project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors