scaffold

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitProject

func InitProject(opts ProjectOptions) error

InitProject 写入一个使用 OneBot v11 反向 WebSocket 的最小机器人项目。

func NewPlugin

func NewPlugin(opts PluginOptions) error

NewPlugin 在 plugins/<name> 下写入显式安装的插件骨架。

Types

type PluginOptions

type PluginOptions struct {
	Dir   string
	Name  string
	Force bool
}

PluginOptions 配置插件脚手架的目标项目、插件名和覆盖策略。

type ProjectOptions

type ProjectOptions struct {
	Dir    string
	Module string
	Force  bool
}

ProjectOptions 配置项目脚手架的目标目录、模块名和覆盖策略。

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL