Skip to content

anyquery tool dev init

Initialize a new plugin

Synopsis

Initialize a new plugin in the specified directory. If no directory is specified, the current directory is used. The module URL is the go mod URL of the plugin.

Terminal window
anyquery tool dev init [module URL] [dir] [flags]

Examples

Terminal window
# Initialize a new plugin in a new directory,
anyquery tool dev init github.com/julien040/anyquery/plugins/voynich-manuscript voynich-manuscript

Options

Terminal window
-h, --help help for init

SEE ALSO