You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scaffolds a complete, publishable DOT plugin repository. Used exclusively by the plugin-template flow. Unlike most generators it does not depend on base_project — plugin repos have their own README shape and no need for the generic project boilerplate.
Identity
Field
Value
Name
plugin_repo_skeleton
Version
0.1.6
Package
generators/plugin_repo_skeleton
Dependencies
None.
Answers consumed
Key
Type
Required
Notes
project_name
string
Yes
Used as the plugin ID. Must not contain .. Also used as the Go package name (hyphens and underscores stripped).
module_path
string
Yes
Go module path (e.g. github.com/you/my-plugin). Written into go.mod and the install URL in README.md.
plugin_description
string
No
One-line description. Default: "A DOT plugin".
plugin_author
string
No
Author name for LICENSE. Default: "Anonymous".
plugin_year
string
No
Copyright year for LICENSE. Default: "2026".
plugin_include_injection
bool
No
When true, generates a sample InsertAfter injection in plugin.go.
plugin_include_generator
bool
No
When true, generates a sample generator with manifest in plugin.go.
Files written
Path
Description
go.mod
Module declaration pinned to github.com/version14/dot v0.1.6