command
module
Version:
v0.0.0-...-c2b0122
Opens a new window with list of versions in this module.
Published: Apr 24, 2026
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
jzero-hello Plugin
A simple example plugin for jzero that demonstrates basic plugin functionality.
Features
- Display plugin descriptor information (API, Proto, Model files)
- Modular command structure using cobra
Installation
# Build the plugin
go build -o jzero-hello main.go
mv jzero-hello $GOBIN
Usage
# Show help
jzero-hello -h
# Display descriptor information
jzero-hello desc
Development
This plugin uses:
- cobra for CLI command structure
- Standard Go libraries for functionality
License
Same as jzero project
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.