Categorygithub.com/vision-cli/vision-plugin-plugin-v1
modulepackage
0.0.0-20240524084620-e80e823ba8a7
Repository: https://github.com/vision-cli/vision-plugin-plugin-v1.git
Documentation: pkg.go.dev

# README

logo   Vision Plugin - Plugin

This plugin creates a standard plugin template

Vision plugins require golang (https://go.dev) to be installed

Install

Install the plugin with

go install github.com/vision-cli/vision-plugin-plugin-v1@latest

You will now see the plugin-plugin help in the vision cli

vision plugin --help

You will now see the plugin available in vision's help

vision --help

The plugin will be listed in plugins list

vision plugins list

Run

Create a plugin project

vision init <plugin project name>

Switch to the plugin project directory

cd <plugin project name>

Initialise the plugin plugin

vision plugin init <plugin module name e.g. github.com/vision-cli/vision-plugin-plugin-v1>

Generate the code

vision plugin generate

This will generate the plugin template code in the current folder. Follow the instructions in the README.md

# Packages

No description provided by the author